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