When I was trying the asp files in the server, I got this error message:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'TableName'.
/web/FileName.asp, line 363
To fix this problem, just need to write query included server name in select query, as example below:
SELECT * FROM servername.dbo.tablename
It really works...
No comments:
Post a Comment