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
Printable View
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
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
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.