Search found 3 matches
- 19.12.2007, 11:06
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO 6.6.2 postgresql StartTransaction
- Replies: 4
- Views: 4424
thanks for the information it's quite strange behavour first hear:D I used to set AutoCommit to False then call StartTranscation and open a try..except block, then set AutoCommit to True. So I think, I would remove then 'AutoCommit changing lines', and everythink will be fine, it's right? :D When sh...
- 17.12.2007, 14:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO 6.6.2 postgresql TEXT fields and '\' characters
- Replies: 1
- Views: 971
ZeosDBO 6.6.2 postgresql TEXT fields and '\' characters
when i duplicate all the '\' characters it works fine.
i modified the ZDataSetUtils.pas, but it's only a temporary sollution
i modified the ZDataSetUtils.pas, but it's only a temporary sollution
- 17.12.2007, 14:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: ZeosDBO 6.6.2 postgresql StartTransaction
- Replies: 4
- Views: 4424
ZeosDBO 6.6.2 postgresql StartTransaction
I get a SInvalidOpInNonAutoCommit exception when i call the StartTransaction method. I found the following method in ZConnection.pas: procedure TZConnection.CheckAutoCommitMode; begin if not FAutoCommit and (FExplicitTransactionCounter = 0) then raise EZDatabaseError.Create(SInvalidOpInNonAutoCommit...