I'm trying to connect a Delphi application into a MySQL Server using 
dbExpress, but I'm having some problems.
I can insert and delete records without any problems, but when I try to 
update a record the following happens:

 - ClientDataSet.ApplyUpdates: the application crashs and the updates are 
not commited in the database;
- SQLQuery.Execute the changes are commited, but the application crashs 
anyway

The environment settings:
Delphi7
MySQL 4.1.12

Conection settings (SQLConnection):
DriverName = dbxmysql
LibraryName = dbxopenmysql50.dll
GetDriverFunc = getSQLDriverMYSQL50
VendorLib = libmysql.dll


Thanks in advance for any suggestion in this subject.
Jeferson Oliveira 




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to