Search found 2 matches

by bukem
26.03.2013, 05:20
Forum: ZeosLib 7.0 Stable Forum
Topic: ZUpdateSQL & ZQuery Problem
Replies: 3
Views: 4630

hello marsupilami, thanks for reply. before I working on firebird and zeos, usually I using mssql and BDE component, and I always use the same schema to inserting, updating, and deleting data, and its always works. but this time I had a task to create an application using embedded database then I ch...
by bukem
25.03.2013, 11:03
Forum: ZeosLib 7.0 Stable Forum
Topic: ZUpdateSQL & ZQuery Problem
Replies: 3
Views: 4630

ZUpdateSQL & ZQuery Problem

I have ZQuery and connected with ZUpdateSQL. my SQL for Insert, update, and delete was create by Generate SQL on ZUpdateSQL component, when inserting statement, the data is save correctly. but, when I try to delete the data of ZQuery by ZQuery.delete, when I execute ApplyUpdates, its causes an Error...