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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top