If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > Inserting Blobs

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-13-03, 13:17
llafretaw llafretaw is offline
Registered User
 
Join Date: Mar 2003
Posts: 3
Inserting Blobs

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? or conversely if it is easier to pass the document to the sybase backend and convert it there.

The nearest thing I have found on the Sybase Support page is tellimg me to look at a script called 'instpix2' which is good example of how one goes about inserting images but I can't find it so am still stumped.....

Any help would be appreciated.

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On