Reputation: 2283
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
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
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:
Upvotes: 1