Re: BINARY and JDBC

2001-04-11 Thread Sinisa Milivojevic
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 >

BINARY and JDBC

2001-04-10 Thread Valentin Todorov (SEA)
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