upload file (xls,doc,pdf etc) via forms 6i
hello Community,
we need to upload file (xls,doc,pdf etc) via forms 6i
table :
create table a (
id number,
b blob)
after this we need to read this file via forms 6i,
thank's.
0