AndrewBaines
Technical User
I need to insert a bmp image into an access database using ODBC. I'm getting the preview image of a document from the OS and now need to add the to my SQL insert statement.
Do I need to encode the data or what?
INSERT INTO table VALUES (bitmap)
what should go where I've writtent bitmap?
Thanks Andrew Baines
Chase International
Do I need to encode the data or what?
INSERT INTO table VALUES (bitmap)
what should go where I've writtent bitmap?
Thanks Andrew Baines
Chase International