Click to See Complete Forum and Search --> : Database


Jie Wei
May 20th, 1999, 07:18 AM
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.

Marco
May 20th, 1999, 10:24 AM
Does the Open() method really opens the recordset (returns it a TRUE value) ??????