Page 1 of 1

ZQuery and DBGrid cell value change

Posted: 22.06.2015, 14:57
by Mindaugas
Hello,
how can I update (change, insert) record in MySQL table right away after DBGrid cell value is changed?
Now after changing DBGrid cell value I need to enter next DBGrid row in order to update MySQL table record.

Thank You.

Re: ZQuery and DBGrid cell value change

Posted: 29.06.2015, 15:17
by miab3
Dataset.Post;

Michal