Search found 2 matches
- 14.12.2009, 21:42
- Forum: 6.6 - stable
- Topic: MySQL: After INSERT my DBGrid is empty :-(
- Replies: 4
- Views: 1759
- 14.12.2009, 19:29
- Forum: 6.6 - stable
- Topic: MySQL: After INSERT my DBGrid is empty :-(
- Replies: 4
- Views: 1759
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; ...