Search found 2 matches

by fefted
24.03.2018, 19:40
Forum: ZeosLib 7.2 Forum
Topic: How to change AUTO-QUERY!?
Replies: 1
Views: 733

How to change AUTO-QUERY!?

When I save changes ZQuery sends AUTO-QUERY. For example: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I delete a record in the table and save it.(ZQuery1.Post, ZQuery1.App...
by fefted
24.03.2018, 17:53
Forum: ZeosLib 7.2 Forum
Topic: How to change AUTO-QUERY!?
Replies: 1
Views: 730

How to change AUTO-QUERY!?

MYSQL. When I save my changes(ZQuery1.Post) zquery sends automatic query. For Example: I Delete one record and ZQuery creates this query automatically (" DELETE FROM `tablename` WHERE `1`=1 AND `2`='2' ") and sends this to the server. I want to take an AUTO-QUERY and change it. For Example...