Re: Recordset problem..
- From: "Bob Butler" <tiredofit@xxxxxxxxxx>
- Date: Sun, 19 Jun 2005 06:40:49 -0700
"Daniel" <Daniel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6F8D60BE-6A8E-4ED2-A355-099AFCD562FE@xxxxxxxxxxxxx
> Hi..I have problem in reading the first record after looping the
> recordset once. Therefore, i cannot read any record in recordset
> after the first round reading.
> How to solve it? Any ideas?
What problem? what have you tried? How are you opening the recordset?
Assuming you haven't opened it with a forward-only cursor you should be able
to do a .MoveFirst to get back to the first record. If the recordset is
dynamic and/or the first entry has been updated or deleted there may be
other issues to handle. Without knowing what you are doing and what you are
trying to accomplish it's hard to give a meaningful answer.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- Follow-Ups:
- Re: Recordset problem..
- From: Daniel
- Re: Recordset problem..
- From: Veign
- Re: Recordset problem..
- References:
- Recordset problem..
- From: Daniel
- Recordset problem..
- Prev by Date: Recordset problem..
- Next by Date: VB6 now doesn't crash anymore
- Previous by thread: Recordset problem..
- Next by thread: Re: Recordset problem..
- Index(es):
Relevant Pages
|