The Library does not provide a "CURSOR"... You need to use the data (List of Maps) in the result-subHow can i have cursor for this ?
Sub MySQL_QueryResult(data As List, meta As Map) 'Twice
For i = 0 To data.Size - 1
Log(data.Get(i))
Dim dataset As Map = data.Get(i)
LogColor("===============",Colors.Blue)
For o = 0 To dataset.Size -1
Log(dataset.GetKeyAt(o)&" = "&dataset.GetValueAt(o))
Next
Next
Log(data.Size)
Log(meta.Size)
End Sub
I replied in french ohhhh .I'm sorry@Prosg Va regarder encore tes bien les example fourni par @DonManfred tout cela est explique dans son code ici ya pas de curseurs ...
Have you tried to changeIs there a way to change the port?
db.Initialize("eventname","mydbdomain.com","dbusername","dbpassword","dbname")
db.Initialize("eventname","mydbdomain.com:1234","dbusername","dbpassword","dbname")
sure you are using msmysql and not msmaria?rror with the library [chargeable] MSMySQL
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?