How are RecordsetOptionEnum options combined in an DAO Openrecordset statement.
For example db.openrecordset( strsql, dbOpenDynaset, dbseechanges and dbinconsistent). I need both of the last 2 options since I am connecting to a sql server and the query structure needs the inconsistent parameter.
Thanks in advance.