friends

i m using vc++ 6.0 and oracle 10g version.i created mfc file and connected database.
i done insert and delete operation.but i cant check or view the data(table).can you any one tell how to do? and any other option 2 view the database


thanking you

Recommended Answers

All 5 Replies

remember its only in vc++ 6.0 version.i need in this version.not .net..

thanking you

Use the class wizard to create a CRecordset .

i connected database program starting time(with database support file).so its get directly get in form view.how i set the class recordset???

i connected database program starting time(with database support file).so its get directly get in form view.how i set the class recordset???

If memory serves me, there is a tutorial attached in the help file, but if you hit Control-W, it will bring up a class wizard where you can instruct the IDE you are creating a CRecordset. It will have you pick the data source and the columns.
You will need to later manually modify the "where" clause in the CRecordset.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.