Ask a Question related to Oracle Server, Design and Development.
-
acelestial #1
How to Insert documents to a BLOB field
Hi,
I have an Access Front-End application and an Oracle Back-End for my tables.
I have a BLOB field in one of the tables.
I use Access form to insert my documents in a record to the BLOB field by
right-clicking the OLE Object bound field in the form, then Insert Object
(embedded).
My problem is, it displays garbage when I use intermedia to display a
particular document using this sample hyperlink
"http://servername/intermedia/mediaget/myproceduretodisplaydoc/2"
Am I doing the right process in inserting documents in a BLOB field using
Access as front-end and Oracle as back-end?
My index is working fine. It's only when I display/open the link above to
view the document that I get garbage data instead.
Any help is much appreciated.
TIA,
Arman
acelestial Guest
-
insert blob in MySQL (CF_SQL_BLOB) not working
I've read the post about "insert blob in oracle (CF_SQL_BLOB) not working" and followed the solution. The only difference here is that I am dealing... -
How to Display A Stored TIF Blob field in SQL Server
Does anybody know how to display a TIF blob field in SQL Server? :confused; -
insert blob in oracle (CF_SQL_BLOB) not working
I've the following code that is supposed to upload an image as a BLOB in the oracle 9i db (I am using cf mx 7) <cffile action='readbinary'... -
insert blob
Hi everyone. i would like to insert a file in a column i juste created a test table : { TABLE "informix".a row size = 56 number of columns =... -
Setting the value of an Informix v7.3 BLOB field using ADO, VFP and OLEDB
Hi everyone, I'm trying to replace an Informix v7.3 BLOB field in an existing record with a .PDF file and it's giving me fits! I've adapted the... -
Billy Verreynne #2
Re: How to Insert documents to a BLOB field
acelestial wrote:
Question. Is an OLE object not "packaged" in some way? If so, then it needs> I use Access form to insert my documents in a record to the BLOB field by
> right-clicking the OLE Object bound field in the form, then Insert Object
> (embedded).
> My problem is, it displays garbage when I use intermedia to display a
> particular document
to be unpackaged before it can be displayed. It is unlikely that
intermedia will know it is a Microsoft OLE object and needs to be
unpackaged.
What document type do you save as the OLE object? How sure are you that> My index is working fine. It's only when I display/open the link above to
> view the document that I get garbage data instead.
intermedia can display that document type or even recognise its format?
--
Billy
Billy Verreynne Guest
-
acelestial #3
Re: How to Insert documents to a BLOB field
Hi,
I'm not sure about the OLE object not "package". Kindly explain or point me
to some links about it.
I guess, OLE object is working fine because I can open documents which I
inserted using Insert Object on the form by double-clicking on them. The
problem really is when displaying these documents inserted using Insert
Object on the form in interMedia. I did some test of inserting/importing
documents directly into the Oracle table BLOB field and they did display
fine in interMedia. But on the form, those documents which have been
inserted directly into the table are not showing in the OLE field even if I
double-click them to open, it displays a message instead:
"A problem occurred while myDatabase was communicating with the OLE server
or ActiveX Control.
Close the OLE server and restart it outside of myDatabase. Then try the
original operation again in myDatabase."
I mostly insert MS Word documents.
Thanks,
Arman
"Billy Verreynne" <vslabs@onwe.co.za> wrote in message
news:aspfrc$abg$1@ctb-nnrp2.saix.net...by> acelestial wrote:
>> > I use Access form to insert my documents in a record to the BLOB fieldObject> > right-clicking the OLE Object bound field in the form, then Insertneeds>> > (embedded).
> > My problem is, it displays garbage when I use intermedia to display a
> > particular document
> Question. Is an OLE object not "packaged" in some way? If so, then itto> to be unpackaged before it can be displayed. It is unlikely that
> intermedia will know it is a Microsoft OLE object and needs to be
> unpackaged.
>> > My index is working fine. It's only when I display/open the link above>> > view the document that I get garbage data instead.
> What document type do you save as the OLE object? How sure are you that
> intermedia can display that document type or even recognise its format?
>
> --
> Billy
acelestial Guest
-
acelestial #4
Re: How to Insert documents to a BLOB field
Hi,
Sorry for the duplicate responses. Connection problem. :)
Thanks,
Arman
"Billy Verreynne" <vslabs@onwe.co.za> wrote in message
news:aspfrc$abg$1@ctb-nnrp2.saix.net...by> acelestial wrote:
>> > I use Access form to insert my documents in a record to the BLOB fieldObject> > right-clicking the OLE Object bound field in the form, then Insertneeds>> > (embedded).
> > My problem is, it displays garbage when I use intermedia to display a
> > particular document
> Question. Is an OLE object not "packaged" in some way? If so, then itto> to be unpackaged before it can be displayed. It is unlikely that
> intermedia will know it is a Microsoft OLE object and needs to be
> unpackaged.
>> > My index is working fine. It's only when I display/open the link above>> > view the document that I get garbage data instead.
> What document type do you save as the OLE object? How sure are you that
> intermedia can display that document type or even recognise its format?
>
> --
> Billy
acelestial Guest



Reply With Quote

