The link will be sure to follow soon, just bare in mind that we're all in different time zones. Manfred may have decided to have an early night
You are right. There was an error in both msMySQL and msMariaDB libs. Will update new version in a few minutes on my Dropbox folder
Sub MySQL_BatchResult(batch As Map)
Log(batch)
End Sub
Sub MySQL_BatchResult(data As List, meta As Map)
'Log("MySQL_BatchResult()")
'Log("Time: "&meta.Get("ms")&"ms")
'Log("Size: "&meta.Get("size"))
'For i=0 To data.Size-1
'Log(i&"="&data.Get(i))
'Next
End Sub
how i know if the executebatch is ok or wrong?
Sub MySQL_BatchResult(batch AsMap)
Sub MySQL_BatchResult(data AsList, meta AsMap)
The signature has changed:
Use this please
B4X:Sub MySQL_BatchResult(data As List, meta As Map) 'Log("MySQL_BatchResult()") 'Log("Time: "&meta.Get("ms")&"ms") 'Log("Size: "&meta.Get("size")) 'For i=0 To data.Size-1 'Log(i&"="&data.Get(i)) 'Next End Sub
Can you post me Paypal Transactionid and when you paid?i paid price and how can i get library?
i got a registration this night at 1am. I send the mail one hour ago.Manfred will send it as soon as he's next online (not long normally), the system is not automatic he has to send it personally.
'Maybe something like this in Activity_Resume will help, but I'm just guessing as I don't have the same issue as you are having.
Sub Activity_Resume
MySQLExe.check_connection
MySQLExe.QueryASync2(....)
End Sub
Sub Activity_Pause (UserClosed As Boolean)
MySQLExe.CloseDatabase
End Sub