Simple ado problem
-
Hi! I am trying to create a database application using the Win32 API and by using ado. pSet is my recordset pointer. If I do this:
pSet->MoveNext();
it works. And if I do this:pSet->MoveFirst();
It also works. But when I do:MovePrevious();
orMoveLast();
It doesnt work and it gives an "Abnormal termination" error!??! :confused::confused: Can someone help me? :sigh: Thank you very much for your future answers! Well... I am a beginner ... -
Hi! I am trying to create a database application using the Win32 API and by using ado. pSet is my recordset pointer. If I do this:
pSet->MoveNext();
it works. And if I do this:pSet->MoveFirst();
It also works. But when I do:MovePrevious();
orMoveLast();
It doesnt work and it gives an "Abnormal termination" error!??! :confused::confused: Can someone help me? :sigh: Thank you very much for your future answers! Well... I am a beginner ...I am not an expert in this but if i am not wrong there are two types of recordset dynaset and something else. The feature you are looking for is availabe in one of them and not both.Just try to get more information about it. The World is getting smaller and so are the people.
-
Hi! I am trying to create a database application using the Win32 API and by using ado. pSet is my recordset pointer. If I do this:
pSet->MoveNext();
it works. And if I do this:pSet->MoveFirst();
It also works. But when I do:MovePrevious();
orMoveLast();
It doesnt work and it gives an "Abnormal termination" error!??! :confused::confused: Can someone help me? :sigh: Thank you very much for your future answers! Well... I am a beginner ...