Board index » delphi » Connecting to mySQL database using dbExpress - problems :-(
Grigor Gatch
![]() Delphi Developer |
Mon, 07 Feb 2005 04:08:06 GMT
|
Grigor Gatch
![]() Delphi Developer |
Mon, 07 Feb 2005 04:08:06 GMT
Connecting to mySQL database using dbExpress - problems :-(
Hi,
Help needed. I am trying to connect to mySQL using dbExpress - TSQLConnection. Have With Interbase it works better, but the condition is for a free SQL Any ideas? Thanks in advance, Grigor |
Ralf Graeb
![]() Delphi Developer |
Mon, 07 Feb 2005 20:33:14 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Hi, Quoteg_gatc...@yahoo.com (Grigor Gatchev) wrote in message <news:265626b.0208211208.3f028907@posting.google.com>... DriverName : mySQL libraryname : dbexpress vendorlib: LIBMYSQL.dll HTH Ralf - Hide quoted text - - Show quoted text - Quote
|
Andrew Skinne
![]() Delphi Developer |
Tue, 08 Feb 2005 15:58:00 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Free IB is just what it says, not limited to 5, but free. Isn't it? Andrew |
Grigor Gatch
![]() Delphi Developer |
Tue, 08 Feb 2005 23:54:08 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Quotegrae...@gruene-software.de (Ralf Graeber) wrote in message <news:abfb98ed.0208220433.4f149e62@posting.google.com>... (Tweeking the things, I achieved another result, too - crashing the |
Aage Johanse
![]() Delphi Developer |
Fri, 11 Feb 2005 22:15:50 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(QuoteAndrew Skinner wrote: (IB OE = Open Edition). You may be interested in visiting www.firebirdsql.com and www.ibphoenix.com to see Firebird. It is based on the IB/6 source code, it is Open Source, and it is free. Support newgroups are mirrored at news.atkin.com. Regards, |
Paonz
![]() Delphi Developer |
Fri, 18 Mar 2005 06:06:13 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(I have the same Grigor problem... unable to load libmysql.dll... :( ideas? Fabio -- |
MartinCho
![]() Delphi Developer |
Sat, 23 Apr 2005 00:46:26 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Change to use mySQL 3.23.53, you problem will solved. Originally posted by Grigor Gatchev Quote> Hi, -- |
breakerb
![]() Delphi Developer |
Wed, 27 Apr 2005 02:50:35 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(MartinChoi, or Grigor I've got the same problem, "Cannot load LIBMYSQL.DLL" and I'm using I'm also using same dbExpress - TSQLConnection and I've tried changing Anyone have step by step process of getting Delphi 6 and mySQL talking Thanks, Breakerbox QuoteMartinChoi <mem...@dbforums.com> wrote in message <news:2006822.1036428386@dbforums.com>... |
mizmeriz
![]() Delphi Developer |
Fri, 29 Apr 2005 01:07:28 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Try putting LIBMYSQL.DLL on C:\WiNNT\System32 Folder. ------------------------------------- -- |
MartinCho
![]() Delphi Developer |
Wed, 04 May 2005 11:09:56 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Hi Breakerbox, Delphi 6 have dbexpress driver dbexpmys.dll for support mySQL If you updated the Delphi 6 patch 2, you will have a new driver If you want to support mySQL 4.0 beta, you can download the new driver http://community.borland.com/article/0,1410,28590,00.html Hope it can help u. Martin Choi Originally posted by Breakerbox Quote> MartinChoi, or Grigor Posted via http://dbforums.com |
Mat
![]() Delphi Developer |
Sun, 08 May 2005 03:38:10 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(MartinChoi, I've got Delphi 6, patch 2. I will try this again tonight, and Thanks for the info!! Breakerbox QuoteMartinChoi <mem...@dbforums.com> wrote in message <news:2053971.1037416196@dbforums.com>... |
alexpan200
![]() Delphi Developer |
Sun, 12 Jun 2005 09:39:36 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Hi, All, I am using TSQLConnection in delphi 7, I do have the same problem when I I solved it, you may do the same steps as I did. 1. download dbexpmy4.dll first. then the problem will no longer exist any more. So, if you kown how to login successfully, please let me know. Thank you. Alex Pan -- |
AK
![]() Delphi Developer |
Tue, 14 Jun 2005 23:03:58 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Try using: User: root Quote"alexpan2002" <mem...@dbforums.com> wrote in message Quote
|
John Kebe
![]() Delphi Developer |
Wed, 15 Jun 2005 12:58:52 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Quote"AK" <jk> wrote in message <news:3e0c6a78$1_1@news.estpak.ee>... procedure TformDBConfig.CreateRootPass(Sender: TObject); {I like this one because it's the Interbase default} HTH, John |
alexpan200
![]() Delphi Developer |
Wed, 15 Jun 2005 18:32:38 GMT
Re:Connecting to mySQL database using dbExpress - problems :-(Hi Ak, Thank you very much for your suggestion. I tested the username and password on a dos box, so I am sure the user If you login successfully, could you tell me the information? Your Thank you. Hi, John Kebert, Thank you very much for your suggestion, I will use it when I solved Sincerely, -- |
1. PROBLEMS: Connecting to MySQL database using dbexpress
2. Connect to non-standard MySQL port using dbExpress
3. Cannot connect to mysql using dbexpress
4. dbExpress/MySql connect problem
5. dbexpress and problem to connect to a remote MySQL engine
6. Autoinc field in MySql database using dbexpress delphi 6
7. What dbexpress port number is used for connecting with computer of database
8. Problem using BLOB fields in MySQL with DBExpress