MSDE 2000

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lucasbr
Posts: 5
Joined: Fri 22 Sep 2006 00:12

MSDE 2000

Post by lucasbr » Thu 26 Apr 2007 12:26

Can I access MSDE 2000 with SDAC?

If afirmative, how can I access?

Do I need any other software from microsoft?

Best regards

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 27 Apr 2007 08:26

Yes, SDAC supports MSDE.
SDAC requires OLE DB to be installed on workstation.
In current versions of Microsoft Windows, as Windows 2000, OLE DB is already included as standard package.
Accessing MSDE is similar to accessing SQL Server 2000.
Please see MSDN and the SDAC help for more information.

Post Reply