Re: JDBC:SQL Query Exception
Posted By:
Anonymous
Posted On:
Sunday, July 15, 2001 02:40 PM
It's depend on your jdbc driver you have. But most of them don't support non-standard SQL column type. So you should convert your LONGRAW to some other format like VARCHAR if your column
contains string.. Or Real if your column
contains real number.
Re: JDBC:SQL Query Exception
Posted By:
Anonymous
Posted On:
Sunday, July 15, 2001 02:40 PM
It's depend on your jdbc driver you have. But most of them don't support non-standard SQL column type. So you should convert your LONGRAW to some other format like VARCHAR if your column
contains string.. Or Real if your column
contains real number.
Re: JDBC:SQL Query Exception
Posted By:
Anonymous
Posted On:
Sunday, July 15, 2001 02:40 PM
It's depend on your jdbc driver you have. But most of them don't support non-standard SQL column type. So you should convert your LONGRAW to some other format like VARCHAR if your column
contains string.. Or Real if your column
contains real number.