Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: NCOCI8 BLOB fields
NCOCI8 BLOB fields
Posted: 2000/11/16 00:41
 
Hei

Can any one tell me how I can read/Write an Ortacle BLOB/CLOB field in the database.

I'm using TOCIQuery to select/inertsert my data.

Thanks
RE: NCOCI8 BLOB fields
Posted: 2000/11/16 17:36
 
Hi,

take a look on DemosBlobs2 project. It explains what to do with BLOB's.

Dmitry
RE: NCOCI8 BLOB fields
Posted: 2000/11/20 11:01
 
Thanks for your answer.

I have seen the DemosBlobs2 project. As I can see this example shows how to load the BLOB-field from database by using a stored procedure. Do you suggest that I create a stored procedure to load, save, and update the contents of my BLOB-field? Or is there an easier way to do it by using some NCOCI8 component?
RE: NCOCI8 BLOB fields
Posted: 2000/11/20 12:45
 
Hi !

If you need just to show BLOB, then you can use any TOCIDataSet. If you need edit BLOB, then you should use mentioned in example technique.

Regards,
Dmitry