How to update varbinary columns in mysql

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

How to update varbinary columns in mysql

Post by Guest » Tue 21 Mar 2006 19:49

Is there anyway I can post to a mysql varbinary column from the mydac components?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 22 Mar 2006 13:34

Try using BLOB fields. Please see Pictures demo for example.

Post Reply