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!

link|improve this question

68% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
Can we execute SAS queries using ADO.NET? – Pathachiever11 Feb 8 at 0:21
You can execute SQL queries on your data I presume.... – Kris Feb 8 at 13:14
Yes, I can perform SQL queries, but not SAS queries... – Pathachiever11 Feb 8 at 23:30
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.