Hi guys,
I am trying to use RDC with Firebird, but got error from Firebird JDBC when trying to pass date type value type via execquery command.
My select SQL in config file is like this :
sql.select_tbl=Select * from table where field1=?
field1 is a date type field.
Trying to declared
Dim Dt as string = "1/1/13" or
Dim Dt as long = SetDate(2013,1,1)
got error from Firebird JDBC when passed to execquery.
As you know, Firebird treat date type in a
format mm/dd/yy.
Any hints?
I am trying to use RDC with Firebird, but got error from Firebird JDBC when trying to pass date type value type via execquery command.
My select SQL in config file is like this :
sql.select_tbl=Select * from table where field1=?
field1 is a date type field.
Trying to declared
Dim Dt as string = "1/1/13" or
Dim Dt as long = SetDate(2013,1,1)
got error from Firebird JDBC when passed to execquery.
As you know, Firebird treat date type in a
format mm/dd/yy.
Any hints?