CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Database

  1. #1
    Join Date
    May 1999
    Posts
    6

    Database

    When I build a project , I include the database headfile . After connected with the Oracle database , It can open the database , But
    When Use the member IsOpen() it always return FALSE , and When I add a new record it always lead to ASSERT error.
    I have been add a new class derived from the CRecordSet and open the database in CDoc::OnNewDocument() , Could you
    give me some advice,Thank you.


  2. #2
    Join Date
    May 1999
    Location
    Piacenza, ITALIA
    Posts
    30

    Re: Database

    Does the Open() method really opens the recordset (returns it a TRUE value) ??????


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured