CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2000
    Location
    Karnataka,India
    Posts
    15

    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


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    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

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width