So i'm writing a little program to help me out with some stuff at work and i'm developing it in C#. In one part of the program, i need to connect to an MSSQL server, run a procedure, and export the results to csv. i've been doing some searching on how to connect, but everything that comes up is related to LINQ and i cannot use a framework higher than 2.0 otherwise the program will be almost useless.
anyone have any guides on connect to and running SQL queries under the 2.0 framework?
anyone have any guides on connect to and running SQL queries under the 2.0 framework?