[VS.NET 2003 C++] CRecordset class disappeared

M

Mike van Engelen

If I want to add a new derived class of the CRecordset type then it does not
appear in the classes list,
which I used to have before. The CDatabase class, for example, is available.

Does anyone has any idea how this is possible? Of course I can make the
class manually but I am too lazy for that....

Thanks for your replies!

Mike
 
C

Cor Ligthert

Mike,

The recordset is not a part of dotNet, a recordset is a part of ADO.

Cor
 
M

Mike van Engelen

Cor Ligthert said:
The recordset is not a part of dotNet, a recordset is a part of ADO.

The developing enviroment is .NET the programming language is C++.
I used the CRecordsset type before, while using this VS.NET version. The
problem is elsewhere.

Does anyone know a solution to my problem ?

Regards,

Mike
 
M

Mike van Engelen

The developing enviroment is .NET the programming language is C++.
I used the CRecordsset type before, while using this VS.NET version. The
problem is elsewhere.

You can reach this window i'm talking about using the following path:

Classview -> Select workspace -> RMB -> Add -> Add Class -> MFC -> MFC
Class -> open -> MFC Class Wizard -> Base Class, where is CRecordset ???
 
C

Cor Ligthert

Hi Mike,

I checked and I saw it now and your question is now I reread it more why it
is not visible in the class list, however that is specific C++ in my
opinion.

Did you know that there is a special newsgroup for that program language.

microsoft.public.dotnet.languages.vc

I give you a lot more change there for the answer
(Although maybe Niki can answer this as well here, however I did not see
messages from him some days)

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top