Can't Clone Recordset
Written by Eric Smith, Northstar Computer Systems LLC
A user recently complained that he couldn't use the Clone method on a recordset. This method is only available for recordsets that aren't forward-only recordsets. The same thing goes for the various Move methods, as well as the RecordCount, PageSize, etc. properties. Make sure that you're using a static, dynamic, or keyset recordset before you attempt to clone the recordset.
Keywords: [
Active Data Objects
]
Publication Date: 10/1/2000, Last Update: 3/24/2010
|