Hi,
i know that the last post is a few month ago, but has someone a
solution for reading BLOB-fields?
I use Oracle9i and I can save the files in the db. But if I read the
blob-fields I also get the error "ORA-01406: fetched column value was truncated"
Thanks,
Rainer
Search found 4 matches
- 19.09.2006, 14:23
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Larger Blob field on Oracle
- Replies: 3
- Views: 1437
- 19.09.2006, 14:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Oracle 9i erorr 'oci_sucess_with_info'
- Replies: 1
- Views: 457
Hi,
how do you create the view? With a TZSQLProcessor?
If I create a trigger with a TZSQLProcessor the same error occurs.
http://zeos.firmos.at/viewtopic.php?t=680
Is there a message if you test your sql-query in SQL*Plus?
Rainer
how do you create the view? With a TZSQLProcessor?
If I create a trigger with a TZSQLProcessor the same error occurs.
http://zeos.firmos.at/viewtopic.php?t=680
Is there a message if you test your sql-query in SQL*Plus?
Rainer
- 19.09.2006, 13:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Oracle - Create TRIGGER - TZSQLProcessor
- Replies: 3
- Views: 1300
Hi, for me it worked with this hack: ZDBcOracleStatement.pas: [...] procedure TZOraclePreparedStatement.Prepare; var I: Integer; Status: Integer; TypeCode: ub2; CurrentVar: PZSQLVar; begin if not Prepared then begin { Allocates statement handles. } if (FHandle = nil) or (FErrorHandle = nil) then beg...
- 19.09.2006, 13:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Oracle 8i error ORA-01406
- Replies: 2
- Views: 948