When I save changes ZQuery sends AUTO-QUERY. For example:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I delete a record in the table and save it.(ZQuery1.Post, ZQuery1.ApplyUpdates)
Then ZQuery generates AUTO-QUERY and sends it to the mysql server. It may be (" DELETE FROM students.`ИС-15-2` WHERE `a`= 1 ... ")
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
That's automatically! And I need to add "LIMIT 1" on the end of AUTO-query.(" DELETE FROM students.`ИС-15-2` WHERE `a`= 1 ... LIMIT 1")
How to change AUTO-QUERY!?
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: How to change AUTO-QUERY!?
I will lock this topic because it is aduplicate of http://zeoslib.sourceforge.net/viewtopi ... 40&t=73277