Search found 1 match

by Carcatrepa
27.01.2013, 18:06
Forum: 6.6 - stable
Topic: Why doesn't work a simple rollback to me (Zeos+D7+MySQL) ?
Replies: 1
Views: 1516

Why doesn't work a simple rollback to me (Zeos+D7+MySQL) ?

Hi all, I'm new to ZeosLib. I have Delphi 7, zeoslib 6.6.6 (also tried 7.0.3) and libmysql.dll 5.5.29 working over InnoDB database. I have a conBD1 (TZConnection) with autocommit=true and a zqry1 (TZQuery) with "INSET INTO table (id) VALUES (:id)". I do: ... conBD1.StartTransaction; zqry1....