otBLOB variable in query

antek

Member
I am trying to send a blob into a query:

insert into table1 (acct_id, insert_date, data_file)
values (
tongue.gif
ACCTID, sysdate,
tongue.gif
DATAFILE)

where
tongue.gif
DATAFILE is a variable of otBLOB.

how do I send the data into this variable?
 
Back
Top