Problems after upgrading to mydac 4.30.1.14!!! :?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dewalth
Posts: 2
Joined: Mon 29 May 2006 14:07

Problems after upgrading to mydac 4.30.1.14!!! :?

Post by dewalth » Tue 30 May 2006 11:33

Hey

I’ am having problems after upgrading to 4.30.1.14.
I can't execute SQL statements, it’s possible to open a table.

If I open the demo project (MySQL Data Access Demo - MyDAC for C++Builder) and try to execute an SQL statement I get this error:
"Access violation at address 00FF5572C. Write of address 2AA18A20"
Again if I open the table it works fine.

I have tried 2 MySql servers with same result.
Any idea to what the problem is?? :shock: :?

And of course my own project doesn’t work at all :x
With MyDac version 4.30.0.11 everything worked

MySQL server version: 4.1.14-nt
Borland® C++Builder® for Microsoft® Windows™ Version 10.0.2166.28377(BDS 2006)
Mydac 4.30.1.14
MyConnection:
Pooling = false
IsolationsLevel = ilReadCommitted
MySQL client version: Direct

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 31 May 2006 09:28

We couldn't reproduce this problem using CBuilder Demo. Please simplify your application to maximum possible extent and send it to us (evgeniyD*crlab*com) including script to create and fill table.

dewalth
Posts: 2
Joined: Mon 29 May 2006 14:07

Doooohhhhh

Post by dewalth » Wed 31 May 2006 19:50

Fixed. After you told me that you couldn't reproduce the problem I reinstalled mydac(again) and bds2006(for the first time) this solved the problem.

MyBad – Doooohhhhh – Thanks

Post Reply