dbExpress EAccessViolation

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
bcmiller

dbExpress EAccessViolation

Post by bcmiller » Wed 02 Feb 2005 16:56

I'm using D7 and the CoreLab dbExpress SQL Server driver.

Recently for reasons I don't understand my app started raising an EAccessViolation exception at the instruction which activates or deactivates a dbExpress component at runtime. At design time there's no problem; data in charts and grids display ok.

It was suggested elsewhere that D7 doesn't know where the driver is at runtime. I've tried moving dbexpsda.dll around to $(DELPHI)/bin and %system%, etc. with out effect.

Guess I need some help. Which crlab paths need to be listed in the environment variables? Other considerations, suggestions?

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 03 Feb 2005 09:33

What is the version of DbxSda that you use? Do you use Trial version?

Unlikely this error occurrence depends on specified paths.

bcmiller
Posts: 2
Joined: Wed 02 Feb 2005 17:53
Location: Fairfield, IA

dbExpress EAccessViolation

Post by bcmiller » Thu 03 Feb 2005 23:18

v2.0.3.0. It was downloaded within the last week, just prior to the new version.

I tried deleting all the database related components, i.e.:
TSQLConnection
TSQLDataSet
TDataSetProvider
TClientDataSet

and reinstalling them. It seemed to work, I'm not getting that error now.
I'd be interested in any thoughts you might have about what was causing it.

Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Fri 04 Feb 2005 08:59

Most probably, it is a problem of trial restriction. Do you use a Trial version?

bcmiller
Posts: 2
Joined: Wed 02 Feb 2005 17:53
Location: Fairfield, IA

dbExpress EAccessViolation

Post by bcmiller » Fri 04 Feb 2005 14:01

No, I bought it.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 07 Feb 2005 07:21

Another users have never informed us about similar problems with Standard version. If the problem occurs again please let us know.

Is it possible you use MySQL Embedded Server? Then the error is in incorrect setting of MySQL Server.

Post Reply