|
-
August 28th, 2000, 01:50 AM
#1
record set creation problem
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
-
August 28th, 2000, 10:38 AM
#2
Re: record set creation problem
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.
happy hunting,
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|