convert OLE object field when copying to SQL 7.0

S

Scott Thomas

I have a table which contains a OLE object field. I need
the path of the linked object to load into a text field in
a SQL 7.0 table.

Example:

c:\images\image1.bmp is the DocSource for the OLE object

I want to copy the "c:\images\image1.bmp" string to the
text field in my SQL table.

PLease help......
 
Top