Tekime
Registered User.
- Local time
- Today, 09:11
- Joined
- Jun 26, 2003
- Messages
- 72
Reading through chapter six of Microsoft Access 2000: Building Applications with Forms and Reports it explains that the forward-only type Recordset object is usually the fastest method. I assume that a table-type recordset would be somewhat faster, but like most of us I am using linked tables for 95% of my records so it isn't an option most of the time.
When it comes to simple, read only queries, and I only want to retrieve one row of a record, what is the best bet? Would I be better off using a snapshot or forward-only type?
When it comes to simple, read only queries, and I only want to retrieve one row of a record, what is the best bet? Would I be better off using a snapshot or forward-only type?