Mysql and Delphi dude

2001-09-11 Thread Miguel Enriquez Alvarado
hi all i use delphi 3 and mysql, i can connect to mysql since a component Tquery (i see the data), but my question is: how remove the box where ask me the username and password, when run my app, anybody recommned me the component Tdatabase but i not know how use, anyone can help me? thanks

RE: Mysql and Delphi dude

2001-09-11 Thread Mike
Use Zeos componets. You can use either login or no login. M;) -Original Message- From: Miguel Enriquez Alvarado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 3:29 PM To: [EMAIL PROTECTED] Subject: Mysql and Delphi dude hi all i use delphi 3 and mysql, i can connect

Re: Mysql and Delphi dude

2001-09-11 Thread j.urban
The TDatabase component should have a property named LoginPrompt. You need to set that property to FALSE. 1) Drop a TDatabase on your form or datamodule 2) Set the TDatabase.DatabaseName property 3) Set the TDatabase.AliasName property 4) Set the TDatabase.LoginPrompt property to False 5) Drop

RE: Mysql and Delphi dude

2001-09-11 Thread j.urban
componets. You can use either login or no login. M;) -Original Message- From: Miguel Enriquez Alvarado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 3:29 PM To: [EMAIL PROTECTED] Subject: Mysql and Delphi dude hi all i use delphi 3 and mysql, i can connect