ok i know what you mean, yes its a base table element.
What do you think about this idee, i make an non base table ole container and put the file with an trigger into it.
Is this possible ? and when procedur must i use to put the ole data into the field
Uli
i saw the update replicaton
one row updated and saved, but what do you mean for BASE TABLE.
Here are the table specification
DK_LENR VARCHAR2 (16),
DK_PIDNR VARCHAR2 (16),
DK_NAME VARCHAR2 (150),
DK_COMM VARCHAR2 (150),
DK_USER VARCHAR2 (20),
DK_DATUM DATE,
DK_FTYP...
yes i make a quick query in the oracle discoverer
the files are existent in the blob column and the link between oracle discoverer and word or excel is ok
When i insert a document in the running form with the Insert objet option and i save it to the database i
can open it again only the...
with this little Procedure i loaded many files into the Database it works for 8.1.6 for 9i i don'n know
i hope this procedure works on 9i too.
from sql plus you can start the procedure with
an execute load_file('1','2','test.jpg')
CREATE OR REPLACE PROCEDURE load_file (lenr IN VARCHAR2,pidnr...
Hello I'm new in Oracle Froms6i,
i have a table with a blob column in it.
In this column are MS Word MS Excel or rtf Data.
I will only display a little Icon in the form mask when
there is Data availabile.
When the user makes an doublclick on the field.
The File should by open in Word or Excel...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.