Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: BLOB's and DataSet on Oracle 8i
|
|
Posted: 2000/08/24 09:14 |
|
|
|
|
Hi Junior !
Right now TOCIQuery works properly only if you read BLOB's. If you want to edit field of type BLOB - i am sorry, but this feature does not work. You should work with BLOB fields manually. I sended directly to your email demo project, that demonstrate such technique. I will include this demo into next NCOCI8 release.
About error ... If you will work with BLOB manually, the error will exist so. This mean, that before BLOB modification, you must start transaction, lock row with BLOB (SELECT FOR UPDATE). After that you can modify BLOB. Also, it will be good to read Oracle documentation 
|
|