Problems on SQL Connection on 3-Tier app

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
matuk
Posts: 4
Joined: Tue 16 Nov 2004 10:30
Contact:

Problems on SQL Connection on 3-Tier app

Post by matuk » Tue 16 Nov 2004 10:54

Hi, I'm creating a 3-Tier application. On the middle tier I put the SQLConnection, but when I try to connect with MSSQL I get the following error:

'The Instruction in "0x0154e9e2" make reference to memory in "0x00000000". The memory can't be "written". '

This error started after I instaled WinXP SP2. I tried to change some configuration in the Component Services Consele, but it didn't work.



Thanks in advance.

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

Re: Problems on SQL Connection on 3-Tier app

Post by Ikar » Tue 16 Nov 2004 12:23

What exact DbxSda version do you use? Do you have XP Pro English
or localized?

matuk
Posts: 4
Joined: Tue 16 Nov 2004 10:30
Contact:

Re: Problems on SQL Connection on 3-Tier app

Post by matuk » Tue 16 Nov 2004 12:35

The dbexpsda.dll version is 2.0.0.0

My windows XP PRO is localized. (Portuguese - Brazil)

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

Re: Problems on SQL Connection on 3-Tier app

Post by Ikar » Wed 17 Nov 2004 07:59

Please try new DbxSda version (2.00.3)

ruisb
Posts: 1
Joined: Thu 18 Nov 2004 12:57

Post by ruisb » Thu 18 Nov 2004 13:03

I also had this problem and with the new version of dbxsda the problem is solved.

Thanks Ikar.
Last edited by ruisb on Fri 19 Nov 2004 02:09, edited 1 time in total.

matuk
Posts: 4
Joined: Tue 16 Nov 2004 10:30
Contact:

Post by matuk » Thu 18 Nov 2004 13:46

Thanks. The new driver solved my problem.

Post Reply