if you are using my lib you ARE using the connector. It is the big jar in your additional libs folder.
My lib is just a wrapper to use this connector in b4a
if you are using my lib you ARE using the connector. It is the big jar in your additional libs folder.
My lib is just a wrapper to use this connector in b4a
Sorry it should be "?zeroDateTimeBehavior=convertToNull". I am British so spell Behaviour the correct way
The complete JDBC URL should look like "jdbc:mysql://localhost:3306/mydb?zeroDateTimeBehavior=convertToNull" so DonManfred should be able to advise you where to put it.
Sorry it should be "?zeroDateTimeBehavior=convertToNull". I am British so spell Behaviour the correct way
The complete JDBC URL should look like "jdbc:mysql://localhost:3306/mydb?zeroDateTimeBehavior=convertToNull" so DonManfred should be able to advise you where to put it.
rkxoNew MemberLicensed User New hi ,
Could someone give an example of load audio file the setPreapredBlob or setPreapredBlob2 method
i try this but don't work
qry = "INSERT INTO audionotes SET id_av=?, status=?, data=?;"
SQL1.PeparedStatement(qry)
SQL1.SetPeparedString(1,tr)
SQL1.SetPeparedString(2,"1")
SQL1.setPreapredBlob(3,File.DirDefaultExternal&"/temp.mp3")
SQL1.ExecutePeparedStatement("")