|
-
Dec 5th, 2000, 03:26 PM
#1
Thread Starter
New Member
I have the problem that MoveLast in the recorset dosen't works, but the conexion is rigth, because I can make a Addnew, can anbody help me.
thank for the help
hgaekel
-
Dec 5th, 2000, 10:10 PM
#2
Lively Member
If you are using ADO to connect to your database, make sure you do not have it on forward only cursor. I would use adOpenStatic for the cursor type which allows you to MoveFirst, MoveLast, MoveNext, and MovePrevious.
Eric
-
Dec 6th, 2000, 08:59 AM
#3
Fanatic Member
Can you post the code you are using? I may be you are beyond the end of the recordset and ForwardOnly so MoveLast is not appropriate, or there may be no existing records...
Could be several things. Code please.
Cheers,
P.
Not nearly so tired now...
Haven't been around much so be gentle...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|