AncientTiger
Programmer
I'm trying to insert a .jpg file into a OLE field, and I need to know how to EMBED the file into the database, not just link to it. Is there a way to tell JetSQL the difference during runtime (I'm using Visual basic)? Something like
INSERT INTO PICS (PIC,PICNAME-EMBED) VALUES ('C:\myimage.jpg','My Image')
I'm at a loss....
------------------------------------
18 years of programming, and still learning every day!
INSERT INTO PICS (PIC,PICNAME-EMBED) VALUES ('C:\myimage.jpg','My Image')
I'm at a loss....
------------------------------------
18 years of programming, and still learning every day!