Hi-

I have a Word97 macro which uses an ADO connection.
(icrs.Open cmd, , , adLockBatchOptimistic) The MoveNext
command doesn't work. I can move next, but the data is as
if it all came from the 1st record in the recordset. (I
know that there are 6 records, and I can "count" them in
a Do While Not icrs.BOF loop with a MoveNext command
inside. I just can't see the data.)

I even downloaded MDAC2.8 .

I have tried adOpenStatic, but still nothing. What am I
doing wrong?

Thanks in advance for any and all help.

-Marty

movenext command in ADO connection by marty

marty
Tue Aug 03 08:14:40 CDT 2004

Never mind. I figured it. (some really dumb coding in an
other section in the macro.)

Thanks for looking

-marty
>-----Original Message-----
>Hi-
>
>I have a Word97 macro which uses an ADO connection.
>(icrs.Open cmd, , , adLockBatchOptimistic) The MoveNext
>command doesn't work. I can move next, but the data is
as
>if it all came from the 1st record in the recordset. (I
>know that there are 6 records, and I can "count" them in
>a Do While Not icrs.BOF loop with a MoveNext command
>inside. I just can't see the data.)
>
>I even downloaded MDAC2.8 .
>
>I have tried adOpenStatic, but still nothing. What am I
>doing wrong?
>
>Thanks in advance for any and all help.
>
>-Marty
>.
>