I am facing a problem, while creating record set we are getting
this error
ASP Error occurred 8/27/2000 10:55:27 PM in Microsoft OLE DB Provider for ODBC Drivers
Error number: -2147217865 (0x80040E37)
File: /test.asp, line 16
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'Customer'.
the page runs perfectly on Windownt 4 but on win 2000 i am getting this error
this error means that the database it's connected to doesn't have a table or object named "Customer". if you are running locally, then maybe on this new Win2K machine, not all the database objects have been built yet. check the spelling of the object in the db. this error should be fairly easy to troubleshoot - something's either not there or spelled wrong.
Bookmarks