dbExpress driver Samples
dbExpress driver Samples
I am running the demos which come with 'dbExpress driver for MySQL, version 4.20.0.8'. At the moment I can run some of them OK. The only demo I have problems to run is the 'Embedded'. It send to me the error:
"Project Embedded.exe raised exception class EMyError with message 'Incorrect key file for table 'emp', try to repair it'
I don't think the table emp is wrong, because it runs OK with the other demos.
I follow the instruccions on the ReadMe.txt for demos. Too I copy the library libmysqld.dll and the folder 'Share' from MySQL folder to the 'Embedded' folder.
What have I forgotten to do?
I am using:
BDS 2006 - Delphi
dbExpress driver for MySQL, version 4.20.0.8
libmysqld.dll from MySQL 5.1
Thank on advance,
Luis M. Mendoza
Mexico
"Project Embedded.exe raised exception class EMyError with message 'Incorrect key file for table 'emp', try to repair it'
I don't think the table emp is wrong, because it runs OK with the other demos.
I follow the instruccions on the ReadMe.txt for demos. Too I copy the library libmysqld.dll and the folder 'Share' from MySQL folder to the 'Embedded' folder.
What have I forgotten to do?
I am using:
BDS 2006 - Delphi
dbExpress driver for MySQL, version 4.20.0.8
libmysqld.dll from MySQL 5.1
Thank on advance,
Luis M. Mendoza
Mexico
Yes, you're right. Demo Embedded is now running. The data display OK. But, now I have a new little problem. When I close the demo, displays an error:
'the instruction at "0x01f3369a" referenced memory at "0x02362bc4". The memory could not be "read".
and then
'Runtime error 216 at 01F3369A'
What do I need to do to correct this?
Luis M. Mendoza
Mexico
'the instruction at "0x01f3369a" referenced memory at "0x02362bc4". The memory could not be "read".
and then
'Runtime error 216 at 01F3369A'
What do I need to do to correct this?
Luis M. Mendoza
Mexico
>> This problem is connected with the incorrect work of libmysqld.dll.
You mean that I am using a no compatible libmysqld.dll with dbExpress driver for MySQL, version 4.20.0.8'. I download it from the MySQL site (MySQL version 5.1)
Too, I try to work with the libmysqld.dll from MySQL version 4.0.24 and DbdMda 4.20.0.8; "Embedded" demo sends the error:
"Catastrophic failure"
Well I am confusing, What is the version of MySQL-libmysqld.dll, which DbdMda 4.20.0.8 works well.
The only combination that works well for the "Embedded" demo is the libmysqld.dll from MySQL version 4.0.24 and a old Trial version of "dbExpress driver for MySQL": the DbxMda 3.00.1.
Regards,
Luis M. Mendoza S.
Mexico
You mean that I am using a no compatible libmysqld.dll with dbExpress driver for MySQL, version 4.20.0.8'. I download it from the MySQL site (MySQL version 5.1)
Too, I try to work with the libmysqld.dll from MySQL version 4.0.24 and DbdMda 4.20.0.8; "Embedded" demo sends the error:
"Catastrophic failure"
Well I am confusing, What is the version of MySQL-libmysqld.dll, which DbdMda 4.20.0.8 works well.
The only combination that works well for the "Embedded" demo is the libmysqld.dll from MySQL version 4.0.24 and a old Trial version of "dbExpress driver for MySQL": the DbxMda 3.00.1.
Regards,
Luis M. Mendoza S.
Mexico