Call ApplyUpdates methos after post method.if ZConnection autocommit properties are true.
this is can be solve your problem.
Search found 3 matches
- 18.12.2006, 05:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with updating and inserting MYSQL records
- Replies: 3
- Views: 1210
- 18.12.2006, 05:16
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: not need anymore dataset ApplyUpdates method ??
- Replies: 2
- Views: 897
not need anymore dataset ApplyUpdates method ??
We need ApplyUpdates after Post for commit data ( ZConnection AutoCommit properties is true and dataset in insert or edit state ) in older versions. Now not need it. Becouse data commited after post . this is a bug or normal behavior ?
- 17.12.2006, 06:08
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Several problems on CBuilder6 with Postgresql 8.1
- Replies: 0
- Views: 520
Several problems on CBuilder6 with Postgresql 8.1
i use zeosdbo with cbuilder6 and postgresql 8.1 . But i have several problems; ZtoredProc component does not work. it is raise exception with message 'Unsupported operation'. After then i try to execute my stored procedure in a TZQuery but it doesnt work with open methods ,sometimes its work with Ex...