PDA

Click to See Complete Forum and Search --> : ado/vb/access question


paddlefoot
Jan 22nd, 2000, 12:40 AM
hello all,

thanks for giving me the time of day.

here is my question:

does ms-access (2000) support
adOpenDynamic Cursors. If so......ok
if not.....why not.


thanks,

paddlefoot

Gerald
Jan 22nd, 2000, 10:24 PM
Access 2000 should allow dynamic cursors as long as you're using a server side cursor and you don't require a bookmarkable recordset. Recordsets created with adOpenDynamic do not allow bookmarks.

Gerald