Valentin Todorov (SEA) writes:
> Hi,
>
> I ported to MySQL a database that has BINARY(n) columns. MySQL
> silently changed them to VARCHAR(n) BINARY.
>
> And now the ResultSetMetaData.getColumnType() returns type 12=VARCHAR.
>
> Can I in some way access the attribute BINARY?!
>
>
> Valentin
>
Hi,
I ported to MySQL a database that has BINARY(n) columns. MySQL
silently changed them to VARCHAR(n) BINARY.
And now the ResultSetMetaData.getColumnType() returns type 12=VARCHAR.
Can I in some way access the attribute BINARY?!
Valentin