PDA

Click to See Complete Forum and Search --> : Saving image to MySQL DB over ODBC


Skyline
Feb 7th, 2000, 05:38 AM
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

danix
Feb 7th, 2000, 02:56 PM
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 (http://www.mysql.com)

------------------

Skyline
Feb 7th, 2000, 10:15 PM
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