|
Hello
In the JDBC driver, the
type_name for columns from DatabaseMetaData.getColumns() does not be match the
ones from DatabaseMetaData.getTypeInfo().
For instance VARCHARASCII it is
not in the list for getTypeInfo, there is only VARCHAR, LONGASCII and LONGBYTE
are
LONG ASCII and LONG BYTE in getTypeInfo.
etc...
I will be possible that the two
type_name be equal?.
Regards
Blas Rodriguez Somoza
|
- RE: JDBC TypeInfo Blas Rodriguez Somoza
- RE: JDBC TypeInfo Paskamp, Marco
