I've seen quite a few threads regarding SSIS connectivity to SAS datasets, however I need to do this in Visual Studio .NET
I looked through this but I have no idea which connection string to use: http://www.connectionstrings.com/sas/
I'm not connecting to an actual SAS server. Ther are individual *.sas7bdat files within a directory on my computer that I'd like to open up as tables and read append to a datatable so I can manipulate the data in C#.
Does anyone have a clue how to achieve this? Unfortunately the *.sas7bdat files are not simply delimited by a character. Opening it in notepad reveals a bunch of mumbo-jumbo looking characters.
Thanks in advance.
-Nothing to see. Move along.