Store array of bytes in varbinary with mysql

  • Thread starter Thread starter Gert
  • Start date Start date
G

Gert

Hi,

I use a parameter to do a sql-update command. But the field in mysql is of
type varbinary and the vb.net is a string. I get it back from the database
with reader.getstring and it looks the same. Is this a good method?

I wanted to read it back trough reader.getsqlbinary but the method is not
there for mysql.

Help,

Gert
 
Back
Top