Search found 2 matches

by The_Unknown
14.12.2009, 21:42
Forum: 6.6 - stable
Topic: MySQL: After INSERT my DBGrid is empty :-(
Replies: 4
Views: 1732

And how should I do that? ZQuery1.Refresh; gives me an exception :-(
by The_Unknown
14.12.2009, 19:29
Forum: 6.6 - stable
Topic: MySQL: After INSERT my DBGrid is empty :-(
Replies: 4
Views: 1732

MySQL: After INSERT my DBGrid is empty :-(

Hello, at the moment I try to realize a MySQL-database in a Delphi program. For this I put the following components onto my form: ZConnection (mySQL-configuration), ZQuery, DataSource and DBGrid (and some buttons). With the following code I connect with the database: ZConnection1.Connected := True; ...