Search found 2 matches
- 12.10.2005, 17:06
- Forum: 5.x Versions
- Topic: manual transaction
- Replies: 1
- Views: 3383
manual transaction
I will work with manual transactions but there is as Problem: The following code has been executed and all seems ok. [syntax="delphi"] TR0: TZIbSqlTransact; procedure TMain.Button1Click(Sender: TObject); begin TR0.AutoCommit:=False; TR0.StartTransaction; .. do_anything.. .. TR0.COMMIT; TR0...
- 17.08.2005, 12:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: What about [ioAutoIncKey]
- Replies: 1
- Views: 1172
What about [ioAutoIncKey]
I am using Zeos 5.x in several Aplications. I would change to 6.5 but i have one problem:
In Version 5.x is possible to build record-ids automatically using generators with the option [ioAutoIncKey]. It seems that this option is no longer available. How can i solve this problem?
In Version 5.x is possible to build record-ids automatically using generators with the option [ioAutoIncKey]. It seems that this option is no longer available. How can i solve this problem?