Search found 8 matches

by uwwin
26.02.2010, 09:34
Forum: MySQL
Topic: Problem... (mysql has gone away..)
Replies: 10
Views: 2675

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
by uwwin
20.04.2007, 00:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Update Failed On Complex Query
Replies: 9
Views: 2598

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...
by uwwin
28.03.2007, 07:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Database connection component is not assigned
Replies: 3
Views: 1201

the same case, when i have added another form in delphi..... and a query use another form it must be close......
i think it is a bug...
for the solution onClose event i have added zquery.close;
by uwwin
28.03.2007, 07:45
Forum: User Patches
Topic: [patch_done] MySQL Exception "field must have a value&q
Replies: 3
Views: 2043

you have to change the zquery.sql.text with the simple query.. like 'select * from tbl_a'
by uwwin
28.03.2007, 07:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Update Failed On Complex Query
Replies: 9
Views: 2598

I use Zeos 6.6.0
by uwwin
28.03.2007, 07:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Update Failed On Complex Query
Replies: 9
Views: 2598

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....
by uwwin
20.11.2006, 06:26
Forum: MySQL
Topic: MySQL5 - Stored procedures
Replies: 17
Views: 8498

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...
by uwwin
20.07.2006, 09:00
Forum: MySQL
Topic: MySQL5 - Stored procedures
Replies: 17
Views: 8498

what kind of zeos.....? 6.5.1 alpha or rework?
i have run store procedure in console and it's working
but if i run in zeos error....
the statement like this....
call name_store('param');