Hi
I am using jdbcSQL and mysql
when I try to get date I get this error
(SQLException) java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date
I am using jdbcSQL and mysql
when I try to get date I get this error
(SQLException) java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date
B4X:
Dim adate As String = Crsr.GetString("VV_date")
If adate = Null Then adate = ""
row(8) = " " & adate
Last edited: