harsimranb
harsimranb

Reputation: 2283

SAS 9.2 Integration with .NET

I'm trying to find out the different ways I can use to connect to a SAS DB using .Net. Could you please tell me the best ways to connect to a SAS DB using .Net?

Thanks!

EDIT: Can we execute SAS queries using ADO.net?

Thanks!

Upvotes: 1

Views: 4457

Answers (2)

Robert Penridge
Robert Penridge

Reputation: 8513

If you are looking for more complete integration than just querying a table then it is possible if you have SAS Integration Technologies licensed:

http://support.sas.com/rnd/itech/doc9/overview/index.html

Upvotes: 2

Kris
Kris

Reputation: 2123

Check out this full reference on SAS 9.2 and OLEDB style interaction:

SAS 9.2 Providers for OLE DB Cookbook

To know more about ADO.NET OLEDB:

ADO.NET OLEDB

Upvotes: 1

Related Questions