Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing documents as Blob Files

Status
Not open for further replies.

llafretaw

MIS
Oct 2, 2001
64
GB
Hi,

I'm trying to store word documents in a sybase table, by loading them from an Access frontend.

I understand that they need to be stored as data type image.

My intention was to pass the document from its converted state where it is stored in a Access frontend table in an field of datatype OLE, to the backend as type image using a stored procedure, but then read that you can't use the datatype 'image' in an SP. If this is the case then how does one go about it?

Any help would be appreciated.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top