Does SDAC Use Microsoft native client?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
larrykalos
Posts: 1
Joined: Fri 15 Oct 2010 17:04
Location: Topeka Kansas

Does SDAC Use Microsoft native client?

Post by larrykalos » Fri 15 Oct 2010 17:10

Does SDAC Use Microsoft native client?

The diagram on the SDAC Connection flow shows "OLE DB".

http://www.devart.com/sdac/

The diagarm on the UNIDAC Connection flow shows "Native client, OLE DB".

http://www.devart.com/unidac/

Does SDAC also use "Native client" and if so, how would I tell it to use Native client instead of OLE DB?

Larry

AndreyZ

Post by AndreyZ » Mon 18 Oct 2010 10:01

Hello,

To use NativeClient in SDAC you have to set the MSConnection.Options.Provider option to prNativeClient.

Post Reply