J
James Franklin
Hi,
With my old DAO code, I often use the OpenRecordset method to refer to the
database object. I always seem to use the type option dbOpenDynaset, even
though I am often not writing to the data, only reading it (e.g. using
FindFirst to confirm the existance of a value etc.)
Should I think about using other options like dbOpenSnapshot, or
dbOpenForwardOnly in a situation like this? I am not really sure of which
option to use when.
Thanks for any insight anyone can give,
Jim F.
With my old DAO code, I often use the OpenRecordset method to refer to the
database object. I always seem to use the type option dbOpenDynaset, even
though I am often not writing to the data, only reading it (e.g. using
FindFirst to confirm the existance of a value etc.)
Should I think about using other options like dbOpenSnapshot, or
dbOpenForwardOnly in a situation like this? I am not really sure of which
option to use when.
Thanks for any insight anyone can give,
Jim F.