Page 1 of 1

How to change AUTO-QUERY!?

Posted: 24.03.2018, 19:40
by fefted
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")

Re: How to change AUTO-QUERY!?

Posted: 25.03.2018, 09:40
by marsupilami
I will lock this topic because it is aduplicate of http://zeoslib.sourceforge.net/viewtopi ... 40&t=73277