RE: Mysql and Delphi dude

2001-09-11 Thread j.urban
The Zeos components are fine, but there's no need to change the underlying libraries to get functionality that exists within the current component. Borland's TDatabase object (native VCL) also supports both options -- LoginPrompt or no LoginPrompt. On Tue, 11 Sep 2001, Mike wrote: > Use Zeos c

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) Dro

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 to