it's happen because the MySQL server timeout setup is too small, so setup the configuration in my.ini (Windows) or my.conf (Linux)... if you can't setup them, you can check the connection before run Query by
if not (TZConnection.connected) then TZConnection.Connect;
CMIIW
Search found 8 matches
- 26.02.2010, 09:34
- Forum: MySQL
- Topic: Problem... (mysql has gone away..)
- Replies: 10
- Views: 2709
- 20.04.2007, 00:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Update Failed On Complex Query
- Replies: 9
- Views: 2662
I Have inserted UpdateObject with TUpdateSQL in my Zquery... this application can work in Zeos 6.5.1... but after i have used zeos 6.6.1 it didn't worked. and this is the other case zquerymaster:='select * from tbl_master'; datasource1.dataset:=zquerymaster; zquerydetail.datasource:=datasource1; Zqu...
- 28.03.2007, 07:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Database connection component is not assigned
- Replies: 3
- Views: 1219
- 28.03.2007, 07:45
- Forum: User Patches
- Topic: [patch_done] MySQL Exception "field must have a value&q
- Replies: 3
- Views: 2052
- 28.03.2007, 07:42
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Update Failed On Complex Query
- Replies: 9
- Views: 2662
- 28.03.2007, 07:39
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Update Failed On Complex Query
- Replies: 9
- Views: 2662
i have added TZUpdateSQL.. but still error? why? when i have a complex query text like 'select a,b from tbl_a a inner tbl_b on a.key=b.key inner join tbl_c on c.key=a.fkey'; and ZUpdateSQL.ModifySQL.text='update k set k.name=:name where k.id=:k.id_OLD'; it doesn't work... the record did not updated....
- 20.11.2006, 06:26
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8571
For the moment we are speaking about the alpha version you can get from svn (testing branch). See other posts for details about this. CVS isn't used anymore.
You can get a quite recent copy at http://users.telenet.be/mdaems
Mark
Thank 4 ur info... i'll try to download this version...
- 20.07.2006, 09:00
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8571