I just know I have something wrong but cannot put my finger on it.
Microsoft OLE DB Provider for SQL Server error '80040e37'
Invalid object name 'tblNPConfiguration'.
/newspad/common.asp, line 137
I have only modified this area of the
strSQLServerName = "my sql 2005 URI here" 'Holds the name of the SQL Server (This is the name/location or IP address of the SQL Server)
strSQLDBUserName = "my username" 'Holds the user name (for SQL Server Authentication)
strSQLDBPassword = "my password" 'Holds the password (for SQL Server Authentication)
strSQLDBName = "my DB name"
There are no special characters whatsoever. What am I missing here ... thanks in advance for the second set of eyes.
FYI the SQL server setup ASP worked fine.