Re: ADODB.Recordset.Bookmark
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Wed, 28 Nov 2007 18:55:10 -0600
"Richard M. Hartman" <hartman@xxxxxxxxxxxx> wrote in message
news:OgNB5YhMIHA.6100@xxxxxxxxxxxxxxxxxxxxxxx
Thanks for the info. I'm not really a beginner developer, just new to ADO
(been stuck using DAO for ever). I know about bookmarks _in_general_, but
can't seem to make 'em work for me with ADO.
I changed the cursor type to static, and bookmarks work, but now I can't
update the recordset. The first cursortype I tried (as I mentioned) was
dynamic (adOpenDynamic, to be precise). I'll look into the Supported()
function.
I apologize if I sounded patronizing. One is never sure and it is easier to
just cover all bases. <g>
Using a Recordset, are you sure you have an updateable one? The locktype is
the important factor as any cursor other than the default will work.
For anyone, no matter what their background I usually recommend two books:
The most complete:
"ADO: ActiveX Data Objects" by Jason T. Roff, O'Reilly
Pretty good:
"ADO Examples and Best Practices" by William R. Vaughn, Apress
It always helps to get a good over-all view. Most of these are available at
reduced prices.
Unless using Vista, it helps to make sure you have the latest 'n greatest
ADO library and Providers (MDAC):
http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c
-ralph
.
- References:
- ADODB.Recordset.Bookmark
- From: Richard M. Hartman
- Re: ADODB.Recordset.Bookmark
- From: Ralph
- Re: ADODB.Recordset.Bookmark
- From: Richard M. Hartman
- ADODB.Recordset.Bookmark
- Prev by Date: Re: ADODB.Recordset.Bookmark
- Previous by thread: Re: ADODB.Recordset.Bookmark
- Index(es):
Relevant Pages
|