Thema: Delphi dbExpress und MySql

Einzelnen Beitrag anzeigen

Angel4585

Registriert seit: 4. Okt 2005
Ort: i.d.N.v. Freiburg im Breisgau
2.199 Beiträge
 
Delphi 2010 Professional
 
#8

Re: dbExpress und MySql

  Alt 9. Feb 2010, 08:58
Hallo, ich bekomme die gleiche Meldung:

---------------------------
Sql
---------------------------
Cannot load LIBMYSQL.dll library (error code 0). The LIBMYSQL.dll library may be missing from the system path or you may have an incompatible version of the library installed.
---------------------------
OK
---------------------------

naja der error-code ist anders, aber die Meldung im Prinzip die gleiche.
Arbeite mit Delphi 2010 Prof. MySQL 5.0 und wollte jetzt testen ob ich über dbexpress auf MySQL zugreifen kann. ich hab ein einfaches Formular gemacht und einfach ne TSQLConnection drauf, nur um mal die Verbindung herzustellen, und genau da scheitert es.

Also libmysql.dll hab ich die ausm dem MySQL-Server bin-Verzeichnis genommen.
Wär schön wenns irgendwie klappen würde, weil ich von zeos weg will.

Die Ausgabe von D2010:
Code:
[51BCC99D]{DbxCommonDriver140.bpl} Dbxcommon.TDBXContext.Error + $51
[51BED0EF]{DbxCommonDriver140.bpl} Dbxdynalink.TDBXDynalinkDriverCommonLoader.LoadDriverLibraryAndMethodTable + $FF
[51BECD61]{DbxCommonDriver140.bpl} Dbxdynalink.TDBXDynalinkDriver.LoadDriver + $35
[51BEFB90]{DbxCommonDriver140.bpl} Dbxdynalinknative.TDBXDynalinkDriverNative.CreateConnection + $C
[51BCCD0D]{DbxCommonDriver140.bpl} Dbxcommon.TDBXDelegateDriver.CreateConnection + $5
[51BD2107]{DbxCommonDriver140.bpl} Dbxcommon.TDBXConnectionBuilder.CreateConnection + $A3
[51BC4040]{DbxCommonDriver140.bpl} Dbxcommon.TDBXConnectionFactory.GetConnection + $E8
[51BC3F51]{DbxCommonDriver140.bpl} Dbxcommon.TDBXConnectionFactory.GetConnection + $5
[50F1C69A]{dbexpress140.bpl} SqlExpr.TSQLConnection.DoConnect (Line 2583, "..\..\..\..\..\src\pas\dbx\vcl\SqlExpr.pas" + 53) + $5
[50F1C94C]{dbexpress140.bpl} SqlExpr.TSQLConnection.DoConnect (Line 2643, "..\..\..\..\..\src\pas\dbx\vcl\SqlExpr.pas" + 113) + $84
[5067F09D]{dbrtl140.bpl} DB.TCustomConnection.SetConnected (Line 3158, "DB.pas" + 8) + $4
[5005164A]{rtl140.bpl } TypInfo.SetOrdProp (Line 1723, "TypInfo.pas" + 27) + $0
[20D95FB6]{designide140.bpl} DesignEditors.TPropertyEditor.SetOrdValue (Line 841, "DesignEditors.pas" + 2) + $E
[20DDB035]{designide140.bpl} VCLEditors.TBooleanProperty.MouseUp (Line 1838, "VCLEditors.pas" + 5) + $10
[20EAFF1D]{vclide140.bpl} PropBox.TCustomPropListBox.ItemMouseUp (Line 1625, "propbox.pas" + 16) + $1B
[20EB0113]{vclide140.bpl} PropBox.TCustomPropListBox.MouseUp (Line 1690, "propbox.pas" + 1) + $D
[5029679C]{vcl140.bpl } Controls.TControl.DoMouseUp (Line 7306, "Controls.pas" + 2) + $28
[50296818]{vcl140.bpl } Controls.TControl.WMLButtonUp (Line 7319, "Controls.pas" + 9) + $6
[20EB5758]{vclide140.bpl} IDEInspListBox.TInspListBox.WMLButtonUp (Line 1615, "IDEInspListBox.pas" + 3) + $4
[50295DFC]{vcl140.bpl } Controls.TControl.WndProc (Line 7062, "Controls.pas" + 91) + $6
[50299F53]{vcl140.bpl } Controls.TWinControl.IsControlMouseMsg (Line 9596, "Controls.pas" + 1) + $9
[5029A6C0]{vcl140.bpl } Controls.TWinControl.WndProc (Line 9819, "Controls.pas" + 144) + $6
[501F073C]{vcl140.bpl } StdCtrls.TCustomListBox.WndProc (Line 6130, "StdCtrls.pas" + 37) + $4
[50299D60]{vcl140.bpl } Controls.TWinControl.MainWndProc (Line 9540, "Controls.pas" + 3) + $6
[50076360]{rtl140.bpl } Classes.StdWndProc (Line 13014, "Classes.pas" + 8) + $0
[502C8749]{vcl140.bpl } Forms.TApplication.ProcessMessage (Line 9784, "Forms.pas" + 30) + $1
[502C878E]{vcl140.bpl } Forms.TApplication.HandleMessage (Line 9814, "Forms.pas" + 1) + $4
[502C8AB9]{vcl140.bpl } Forms.TApplication.Run (Line 9951, "Forms.pas" + 26) + $3
[0043094A]{bds.exe    } bds.bds (Line 200, "" + 8) + $12FFB
Martin Weber
Ich bin ein Rüsselmops
  Mit Zitat antworten Zitat