Error during re-installation of dbxsda455.exe

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
comnet
Posts: 5
Joined: Tue 13 Jan 2009 15:22

Error during re-installation of dbxsda455.exe

Post by comnet » Fri 27 Nov 2009 09:59

Hello

I'm running a Delphi 2007 Win 32 over a Windows 7 Enterprise.
I regularly installed the dbx for SQL Server driver (4.55) on my PC but I did'n find the TCRSQLConnection component on my Delphi components palette. So I tought to forget to check some option during installation. I unistalled the drivers using control panel - programs and functionalties and I try to reinstall it but it was impossible cause I receive every time an "Access violation" error.
How can I solve this problem and install the drivers correctly ?

Thanks,
Davide Rubbiani

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 27 Nov 2009 11:51

In Delphi 2007 the standard TSQLConnection component provides exactly the same functionality as TCRSQLConnection. Therefore the TCRSQLConnection component is not registered automatically. But if you need to use TCRSQLConnection, you should compile and install its packages manually.
They are located in the \Source\Delphi11\ directory.
You can find more detailed information about it in Readme.html.

comnet
Posts: 5
Joined: Tue 13 Jan 2009 15:22

Error running dbxsda455.exe to install drivers

Post by comnet » Fri 27 Nov 2009 13:57

Thanks for the instructions avout TCRSQLConnection installation.

The problem now is that I can't reinstall all the drivers cause when I run the dbxsda455.exe I receive everytime an "Access violation" error.

What have I to do to reinstall the drivers ?

Thanks,
Davide

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 27 Nov 2009 14:17

Please make sure that you have unistalled DbxSda. After this find all dbexpsda*.dll files on your PC and delete them. Also delete DbxSda installation directory on your computer.
After this install dbxsda455.

comnet
Posts: 5
Joined: Tue 13 Jan 2009 15:22

Installation problem solved

Post by comnet » Fri 27 Nov 2009 16:09

The "Access violation" error during the reinstallation of the drivers was something related to my antivirus (CA),
I don't know why the first time I installed the drivers everything work fine and on the second attempt I received an error.
Deactivating the antivirus solved the installation problem.

Thank you,
Davide

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 30 Nov 2009 07:33

It is good to see that this problem has been solved. If any other questions come up, please contact me.

Post Reply