-
Hello!
I have to save image to MySQL database from the file. The DB connection is by ODBC.
I tried that sample code what is in VB Help. But it didn't work, always when there was AppendChunck -function used, it causes an error "Can't assign value to unbound field".
What that means? How I can correct it?
Does anyone have any good sample of saving images to DB?
Thanks!
------------------
......................
Ville Mattila
Ikaalinen, Finland
-
mysql does not fully support many of the normal commands yet!!! eg it STILL does not support the sql 'IN' syntax....check this first at www.mysql.com
------------------
-
Yes, but it is possible to add images to MySQL database. OK, don't care about my server software, just tell how I can add images to database over ODBC. :)
------------------
......................
Ville Mattila
Ikaalinen, Finland