0
votes
Accessing SQL on a different port number (classic ASP connection string)
cst = "Provider=SQLOLEDB;" & _
"Data Source=<x.x.x.x>,<port number>;" & _
"Initial Catalog=<dbname>;" & _
"Network=DBMSSOCN;" &am …
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:
…
