Search Results

4
votes

What is the simplest, most maintainable way to create a SQL Server ODBC Data Source?

SQLConfigDataSource() does the job. MSDN article Just in case here is a VB6 example: …