Karima Velasquez wrote:
do you know about any sample code on using BLOB columns using c++ to create querys???

C++, eh? I happen to be the MySQL++ maintainer. Two of its example programs, cgi_image and load_file, deal with BLOBs.

        http://tangentsoft.net/mysql++/

Notice the automatic escaping, and the use of C++ strings, both of which render the null issue irrelevant.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to