Search found 3 matches

by deadflowers
29.01.2010, 00:13
Forum: 6.6 - stable
Topic: results from execSQL
Replies: 1
Views: 367

results from execSQL

What does the meaning of execSQL ? if i want to know the results of execSQL whether successful or failed?
by deadflowers
28.01.2010, 22:05
Forum: 6.6 - stable
Topic: Can not connect to mysql [solved]
Replies: 2
Views: 426

wow..its work..iam try to add query.Connection := DB;

thxs....
by deadflowers
28.01.2010, 21:43
Forum: 6.6 - stable
Topic: Can not connect to mysql [solved]
Replies: 2
Views: 426

Can not connect to mysql [solved]

hi all, iam new bie to use zeos and i have probelm when i am try to connect mysql. my error message database connection component is not assigned. i use delphi 7 and mysql server 5.0.16-nt. and this my code : var Db:TZConnection; query:TZQuery; begin Db:=TZConnection.Create(nil); Db.Protocol:='mysql...