Accessing MS SQL Server 2000/2005/2008 from Paradox for DOS

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
wboctor
Posts: 1
Joined: Fri 24 Jul 2009 04:51

Accessing MS SQL Server 2000/2005/2008 from Paradox for DOS

Post by wboctor » Fri 24 Jul 2009 05:00

I have a situation where a large Paradox for DOS 4.02 application is currently accessing a Sybase database using SQL Links, and the database must be moved asap to SQL Server 2000 or later, which SQL Links does not support. Since dbExpress replaced SQL Links sometime ago, can the dbExpress driver for MS SQL Server be accessed from Paradox for DOS PAL? If so, where can I find some documentation on that?

Thanks

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

Re: Accessing MS SQL Server 2000/2005/2008 from Paradox for DOS

Post by Dimon » Mon 27 Jul 2009 08:42

dbExpress driver is an independent library that implements the common dbExpress interfaces for processing queries and stored procedures for each supported server. You can find more information about dbExpress in the Delphi help.
What do you mean by this question:
wboctor wrote:can the dbExpress driver for MS SQL Server be accessed from Paradox for DOS PAL?

Post Reply