hi,
I there any way to deal with incompatibilities of datatypes.
Is there any type of coding which is generic for all kinds of drivers
I am writing a generic application in which it has to work uniformly
will the getColumnType function of ResultSetMetaData result in the same number(which represents the data type ) for all kind of drivers..
if not how we can deal that problem
Do all drivers support all kinds of data types
are there any limitations for them ( I fell
JDBC ODBC bridge does not support LOBs)
please clear my doubts