Search found 1 match
- 11.09.2016, 20:31
- Forum: ZeosLib 7.2 Forum
- Topic: FB transaction Err (possible bug)
- Replies: 0
- Views: 1284
FB transaction Err (possible bug)
Hi, I'm using Zeos 7.2 (tried with 7.3 as well) with mORMot and I'm having issues when inserting records into Firebird database. I'm using hard_commit and using parametarized insert containing BLOB field: INSERT INTO TABLEA(Field1, BlobField2) VALUES(?, ?); On a first insert it's all well (transacti...