Can someone please tell me if I'm correct or incorrect with repect to Deleted=Yes/No in a Connection String:
Deleted=Yes: Deleted records are ignored. Same effect as command SET DELETED ON
Deleted=No: Can access all records. Same effect as command SET DELETED OFF
Plus, a question: what's the effect on rs.RecordCount?
Deleted=Yes: Deleted records are ignored. Same effect as command SET DELETED ON
Deleted=No: Can access all records. Same effect as command SET DELETED OFF
Plus, a question: what's the effect on rs.RecordCount?