Search found 5 matches

by jpgonzalez
04.04.2013, 06:02
Forum: ZeosLib 7.0 Stable Forum
Topic: Problems with autocommit mode
Replies: 3
Views: 1035

I found the solucoin in www.clubdelphi.com/foros
Had to put TRansactIsolationLevel = readCommited

Thanks anyway!!!
by jpgonzalez
03.04.2013, 14:43
Forum: ZeosLib 7.0 Stable Forum
Topic: Problems with autocommit mode
Replies: 3
Views: 1035

Hello jpgonzalez, could you please check wether this also happens in the current stable version 7.0.3? Best regards, Jan I installed the version 7.0.3-stable, and I still get the same error. I do not understand that part of the code inserted in a block StartTransaction / Commit. Be a problem of try...
by jpgonzalez
01.04.2013, 15:27
Forum: ZeosLib 7.0 Stable Forum
Topic: Problems with autocommit mode
Replies: 3
Views: 1035

Problems with autocommit mode

I use ZConnection with de autocommit = true I Have this code: try DmMain.ZConnection.StartTransaction; ................ DmOperacionesVehiculos.QryInsertarVehiculo.ExecSQL; ................ ................ DmOperacionesVehiculos.QryGuardarOperacion.ExecSQL; ................ DmOperacionesVehiculos.Qr...
by jpgonzalez
31.03.2013, 22:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosDBO 6.6.2 postgresql StartTransaction
Replies: 4
Views: 4303

I use ZConnection with de autocommit = true I Have this code: try DmMain.ZConnection.StartTransaction; ................ DmOperacionesVehiculos.QryInsertarVehiculo.ExecSQL; ................ ................ DmOperacionesVehiculos.QryGuardarOperacion.ExecSQL; ................ DmOperacionesVehiculos.Qr...
by jpgonzalez
31.03.2013, 21:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How make rollback?
Replies: 8
Views: 16525

I use ZConnection with de autocommit = true I Have this code: try DmMain.ZConnection.StartTransaction; ................ DmOperacionesVehiculos.QryInsertarVehiculo.ExecSQL; ................ ................ DmOperacionesVehiculos.QryGuardarOperacion.ExecSQL; ................ DmOperacionesVehiculos.Qr...