Re:why dbexpress cannot find remote MySQL server
I had the same problems; the name of the dll is 'dbexpmysql.dll' and can
be found in Delphi6\Bin (I'm not sure if only with SP2); if you only
need this dll I can send it to you...
You have to set the right parameters for dbxconnections.ini and
dbxdrivers.ini and use the ConnectionName-Parameter for TSQLConnection
object.
I needed a lot of time to get the first connection...maybe a little
sample project would help you. If you need one, send me an email to
i...@soft21.de
Carmen
Michael Lukyanov schrieb:
Quote
> hi & thanx,
> but the problem not in the libmysql.dll :-(
> I tryed with your and with the one from 3.23.51 - the result is the same. I
> have found that there is a good driver (dbexmysql.dll) and there is a 'bad'
> (dbexpmys.dll) in my version of Delphi. So the problem is to find a good
> driver or get Delphi SP2 or get free MySQL 4.0 and free dbexpmy4.dll.
> Michael
> "Cei" <c...@wanadoo.fr> wrote in message
> news:3dc93e72@newsgroups.borland.com...
>>hello
>>i ve got the same problem
>>stop delphi then put this file
> http://www.fichtner.net/delphi/mysql.delphi.phtml?download=libmySQL.d...
>>.49.zip on the same folder of your application and
>>then it will be good
>>david
>>"Michael Lukyanov" <supp...@businessinformatics.com> a crit dans le
> message
>>de news: 3dc7f__BEGIN_MASK_n#9g02mG7!__...__END_MASK_i?a63jfAD$z__@newsgroups.borland.com...
>>>Hi,
>>>can anybody explain why dbExpress driver for MySQL cannot connect to the
>>>MySQL server in the local net, and works only with local comp. The Error
>>>message is 'invalid user/password name' and it seems that driver does
> not
>>>read value of host parameter.
>>>All comps has W2K system, MySQL 3.23.51, Delphi 6.0Ent
>>>I'll be very obliged if you can help to solve this question.
>>>Michael Lukyanov