I have some bits of stock code that I’d like to use in a database that’s been written, by someone more up to date than I, using ADO. I’ve never used ADO, and really don’t have the time to learn right now. All my objects are explicitly declared as DAO, and I’ve added a reference to DAO to the db, but left it below ADO in the ref list, as I don’t know if all the ADO objects were explicitly declared as such.
Can I expect problems? Will they be easily traceable, or is it more likely to be a case of weird and unpredictable behaviour.
Thanks