Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have some troubles with ADO Recordsets.
I have created an ADODB Recordset.
In the next step I make an SQL Query on an Microsoft SQL Server. The data are collected within the recordset.
My problem:
I have more sets of data within the recordset, which have the same ID, but the dates are different.
There exists no FindNext, FindLast .. Method, to jump between the data sets.
I have to put them into a Form. It is lika a navigation menu I have created. With DAO I had no troubles, but would could I do, to jump between the data sets within the recordset?
Is there anyone who could help me?
Is there an other possibility like FindNext,FindLast .. -Methods as they exist in DAO?
Thanks
I have some troubles with ADO Recordsets.
I have created an ADODB Recordset.
In the next step I make an SQL Query on an Microsoft SQL Server. The data are collected within the recordset.
My problem:
I have more sets of data within the recordset, which have the same ID, but the dates are different.
There exists no FindNext, FindLast .. Method, to jump between the data sets.
I have to put them into a Form. It is lika a navigation menu I have created. With DAO I had no troubles, but would could I do, to jump between the data sets within the recordset?
Is there anyone who could help me?
Is there an other possibility like FindNext,FindLast .. -Methods as they exist in DAO?
Thanks