Search found 3 matches
- 29.01.2010, 00:13
- Forum: 6.6 - stable
- Topic: results from execSQL
- Replies: 1
- Views: 378
results from execSQL
What does the meaning of execSQL ? if i want to know the results of execSQL whether successful or failed?
- 28.01.2010, 22:05
- Forum: 6.6 - stable
- Topic: Can not connect to mysql [solved]
- Replies: 2
- Views: 437
- 28.01.2010, 21:43
- Forum: 6.6 - stable
- Topic: Can not connect to mysql [solved]
- Replies: 2
- Views: 437
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...