I have a C# application that reads data from a MS SQL Server database. What I need to do is to create a class that
- recovers data from certain views on the database
- writes the data to files which are in a SAS-readable format
In other words : I need to produce a .SAS7BDAT file from a DataTable inside C# which contains data from a SQL Server database.
Can anyone help? Thanks