GauravBhabu
Advanced Member
    
4288 Posts |
Posted - 29 September 2002 : 15:56:08
|
quote: Originally posted by work mule II
I had used the .Find method before, but I was trying to look for an alternative.
I'm just wondering, would the cursortype change from adOpenForwardOnly to something else when using the .Find method? The array method would at least be compatible with mySQL and it would release the recordset sooner
adOpenStatic. I use the following statement to check if bookmarks are supported.
If rstRecords.Supports(adBookmark) then
I did not include the changes for mysql because I don't have means to test it for mysql. But I think it will work for mysql same way. someone can test it. |
 |
|