delphi 2006 error on exit

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ludenka

delphi 2006 error on exit

Post by Ludenka » Mon 16 Jan 2006 12:40

after installation of SDAC 3.70 Beta with Borland Developer Studio 2006 support i'm getting access violations on exit from BDS 2006 update pack 1 . I have also QuickReport Professional and EurekaLog 5.1 installed, but this error occurs only after installation of SDAC. Do you now something about it? Thanks.

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

Post by Ikar » Mon 16 Jan 2006 13:53

This is error of trial protection. Registered users have never informed us about similar problems.

Guest

Post by Guest » Mon 16 Jan 2006 17:36

It's seems it was really the trial version installed - but i'm not sure. I used the system recovery and reinstalled everything, now i am exiting from BDS 2006 without any error. But I get the same error as previosly after installation of my own runtime/designtime packages which use SDAC :( I make some tests and tell you then. Thanks for answer!

Basti
Posts: 4
Joined: Tue 24 Jan 2006 09:33

Post by Basti » Tue 24 Jan 2006 09:38

I have the same problem with Delphi 7.

I had the trial version installed, I deinstalled the trial and then I installed the "real" version.

I still get the exception. What to do?

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

Post by Ikar » Tue 24 Jan 2006 10:04

Try to perform following sequence

1) Uninstall SDAC
2) Search for MSAccess.*, OLEDBAccess.*, sdac*.bpl, dac*.bpl etc files at your HDD and delete them
3) Run Delphi and check that it is started without errors
4) Install SDAC once more

Basti
Posts: 4
Joined: Tue 24 Jan 2006 09:33

Post by Basti » Tue 24 Jan 2006 11:35

I closed delphi. I deinstalled SDAC.

After that I did not find any of the files you mentioned, they were all deleted by the deinstaller.

I started Delphi and got an error because of the missing packages. I deleted the packages from the runtime-package-list.

I closed delphi - started delphi (no error) - closed delphi - installed SDAC again - started delphi.

The error message when my application terminates is still present...?

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

Post by Ikar » Tue 24 Jan 2006 13:14

It's very strange.
Please specify:
- Exact Delphi version with localization (10.X.XXXX.XXXXX German).
- First line from SDAC's history.txt file.
- Exact Windows version (with localization)

Basti
Posts: 4
Joined: Tue 24 Jan 2006 09:33

Post by Basti » Tue 24 Jan 2006 14:19

Delphi Version: 7.0 Build 4.453 German

Windows 2000 Build 2195 (ServicePack 4) (Ver. 5.00.2195) German

SDAC-Version: 3.55.2.22 19.12.05

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

Post by Ikar » Tue 24 Jan 2006 16:11

Please specify exact file name and size of SDAC distributive.

Basti
Posts: 4
Joined: Tue 24 Jan 2006 09:33

Post by Basti » Tue 24 Jan 2006 16:22

"SDAC Komponente 355d7.exe"

(Ooops, I renamed it. I downloaded it yesterday.)

original filename was: sdac355d7.exe

1.619.640 Bytes

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

Post by Ikar » Wed 25 Jan 2006 15:40

We still can not reproduce your problem.
Try to perform following sequence

1) Shutdown Delphi and check that it is Shutdowned without errors
2) Uninstall SDAC
3) Search for MSAccess.*, OLEDBAccess.*, sdac*.bpl, dac*.bpl etc files at your HDD and delete them
4) Comment registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\7.0"
5) Run Delphi and check that it is started without errors
6) Make sure that registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Delphi\7.0" recreated.
7) Install SDAC once more

Post Reply