Page 1 of 1

Wrong Provider Name

Posted: Wed 05 Nov 2014 13:14
by AthanasGeorge
With SDAC 7 beta (XE7) when i try to connect to SQL Server with
MSConnection.Options.Provider=prDirect
displays error message [Wrong provider name]

When set the MSConnection.Options.Provider to prAuto is connected.

What are the differences between prDirect and prNativeClient ?

Re: Wrong Provider Name

Posted: Thu 06 Nov 2014 09:34
by AlexP
Hello,

Thank you for the information, we have reproduced the problem and will investigate the reasons for such behavior.

The prDirect option enables the "Direct" mode, in which there is no need to install additional client libraries - you can work with the database directly via TCP/IP. prNativeClient means that you will work with the database using Microsoft SQL Server Native Client.