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:
…
0
votes
Where else can MS Access get a DSN?
Apparently MS Access stores the whole connection string, not just DSN name. Here is what I see opening .mdb file in Notepad:
DSN=SQL-Northwind;APP=Microsoft Office 2003;WSID=DELLNOT …
0
votes
Error using excel ODBC driver in classic asp
As a first step use forward slashes in MapPath i.e. /Resources/uploads/filername.XLS
Then verify path is correct.
Try the following to see if it points to the right file:
…
