Anyone have an ideas - invalid connection string issue
Getting a related error
Microsoft SQL Server Native Client 10.0 error '80004005'
Invalid connection string attribute
/index.asp, line 44
Below is line 44. Running server 2008 with a DSN nmo idea what this syntax problem is?
Anyone have an ideas
objConn.Open "Provider=SQLNCLI10;" & "DSN=" & Application("DSNName") & ";UID=" & Application("dbUser") &_