| View previous topic :: View next topic |
| Author |
Message |
Georgi Sandev Guest
|
Posted: Sun Sep 19, 2004 8:09 am Post subject: dbx driver for MySQL |
|
|
Hello
Anyone know some free DBX driver for MySQL?
Thank you
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Mon Sep 20, 2004 3:27 am Post subject: Re: dbx driver for MySQL |
|
|
The one that comes with Delphi.
--
Bill (TeamB)
TeamB cannot answer questions received via email
Georgi Sandev wrote:
| Quote: | Hello
Anyone know some free DBX driver for MySQL?
Thank you
|
|
|
| Back to top |
|
 |
Georgi Sandev Guest
|
Posted: Mon Sep 20, 2004 5:07 am Post subject: Re: dbx driver for MySQL |
|
|
Probably I was not quite precise
When I try to connect to a MySQL databse it says that LibMySQL.dll cannot be
loaded.
There is no such a file on my system
"Bill Todd" <no (AT) no (DOT) com> wrote
| Quote: | The one that comes with Delphi.
--
Bill (TeamB)
TeamB cannot answer questions received via email
Georgi Sandev wrote:
Hello
Anyone know some free DBX driver for MySQL?
Thank you
|
|
|
| Back to top |
|
 |
Philip E. Jurgenson Guest
|
Posted: Mon Sep 20, 2004 1:14 pm Post subject: Re: dbx driver for MySQL |
|
|
Georgi Sandev wrote:
| Quote: | Probably I was not quite precise
When I try to connect to a MySQL databse it says that LibMySQL.dll
cannot be loaded.
There is no such a file on my system
"Bill Todd" <no (AT) no (DOT) com> wrote in message
news:414e4e08$1 (AT) newsgroups (DOT) borland.com...
The one that comes with Delphi.
--
Bill (TeamB)
TeamB cannot answer questions received via email
Georgi Sandev wrote:
Hello
Anyone know some free DBX driver for MySQL?
Thank you
|
You need to get MySQL itself - I don't believe that's part of the
Delphi installation. Rather than install all of MySQL, you can get a
zipped MySQL installation from www.mysql.org. Download that, then
extract only libmysql.dll. You can place it into Windowssystem
directory, or (preferred during development) in the same directory as
your application. Regardless, the DLL has to be somewhere on your path,
same as any DLL.
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Mon Sep 20, 2004 1:18 pm Post subject: Re: dbx driver for MySQL |
|
|
LibMySQL.dll is part of MySQL, not Delphi.
--
Bill (TeamB)
TeamB cannot answer questions received via email
|
|
| Back to top |
|
 |
|