System doesn't connect on Windows 98

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Marcos_APS
Posts: 2
Joined: Mon 13 Feb 2006 19:32

System doesn't connect on Windows 98

Post by Marcos_APS » Mon 13 Feb 2006 19:38

Hello!
I'm using the dbexpsda.dll driver for MS SQL Server 2000 and I'm getting the following error message when I'm trying to connect to the database in a Windows 98 system.

Data Server Error: MS SQL not found

I know that this driver requires the sqloledb.dll to work, but I don't know how to install it. I copied the sqloledb.dll driver from a Windows XP machine, where the system runs without problem, but it didn't work too.

So, what do I have to do to make the my system runs on Windows 98 with the dbexpsda.dll?

Thank you.

Guest

Post by Guest » Mon 13 Feb 2006 20:16

Some information:

- Version of Delphi: Delphi 2005, version 9.0.3
- Version of DbxSda: 2.50
- Version of Microsoft SQL Server: 2000

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

Post by Ikar » Tue 14 Feb 2006 07:28

DbxSda requires OLE DB installed on workstation.

Note: In current versions of Microsoft Windows, as Windows 2000, OLE DB is already included as standard package. But it's highly recommended to download the latest version (newer than 2.6) of Microsoft Data Access Components (MDAC) at http://www.microsoft.com/data.

Marcos_APS
Posts: 2
Joined: Mon 13 Feb 2006 19:32

Post by Marcos_APS » Tue 14 Feb 2006 11:47

I downloaded the components and it's working now. Thank you.

Post Reply