bitsmith2k
01-23-03, 17:17
| hello, i've inheritted a bunch of bad code that i wish i had time to rewrite and am having some problems with the cursortype of a recordset. i have a modular level recordset that the old programmer repeatidly opens and closes the recordset rather requery. i have found that the cursor type changes from keyset to forwardonly when he issues a .open there is no where in the code that the recordset is programmatically changed to have a forwardonly cursor. has anyone seen this? what can i do to force it to be a keyset? the value of the cursortype before the .open is 1 but immediately following the open its switched to 0. any help would be greatly appreciated. thanks mike |