Discussion:
Using dbexpress with MySQL 5
(too old to reply)
Vincent
2008-06-20 09:30:07 UTC
Permalink
Hi,

I'm using :

TURBO Delphi 2006 Explorer
Wamp server 2.0 with Apache 2.2.8 and MySQL 5.0.51a

The connection to the database is activated but when I try to activate a TSQLQuery, I got this error message :
'Violation access ... in 'dbxmys30.dll'

I've tried with different version of libmysql.dll (from web and from my apache and mysql version) but without chance.

How can I do ?

Thanks for your help

Vincent
Thomas Pfister
2008-06-20 18:46:47 UTC
Permalink
Vincent,

IIRC support the old dbexpress-driver in D2006 only mySQL < 4.1... newer
mySQL-version are only supported by Delphi 2007 (and higher) with the
new dbx4-version.

another way could be the change of the passwordcrypt to the old (and unsecure)
version
or try for the d2006-version the components from Devart (formerly known as
Core Lab http://www.devart.com )


:-) Thomas Pfister

________________________________________
This mail was sent using 100% recycled electrons
Post by Vincent
Hi,
TURBO Delphi 2006 Explorer
Wamp server 2.0 with Apache 2.2.8 and MySQL 5.0.51a
The connection to the database is activated but when I try to activate
'Violation access ... in 'dbxmys30.dll'
I've tried with different version of libmysql.dll (from web and from
my apache and mysql version) but without chance.
How can I do ?
Thanks for your help
Vincent
Loading...