I have to read a MySql table where there is a Time column. As usual I get data from cursor using GetString and then I translate for myself the fields in the proper type...but getting the time field there is an Sql error in the GetString statement (Sql Bad format for Time).
The Mysql server I connect is ver. 5.6.28 and the connector I use is mysql-connector-java-5.1.35-bin.
I Tried to use a newer connector (mysql-connector-java-8.0.11), but B4j refuses db connection.
Any suggestion?
thank you
Roberto
The Mysql server I connect is ver. 5.6.28 and the connector I use is mysql-connector-java-5.1.35-bin.
I Tried to use a newer connector (mysql-connector-java-8.0.11), but B4j refuses db connection.
Any suggestion?
thank you
Roberto