Re: Using ADO and DAO in same mdb



On Jul 29, 10:38 am, Barry Edmund Wright
<bwright_msacc...@xxxxxxxxxxxx> wrote:
hi,

I started a project with a company who hired two Access developers
because of the tight timeline. Problem, I use DAO the other developer
uses ADO. I believe we can use both ADO and DAO by putting the DAO
reference first and then the ADO if he fully qualifies all the ADO
declarations. Is this correct?

Any comments appreaciated.

Cheers,
Barrywww.witstoronto.ca

You might be able to meet your deadline with an ADO/DAO mix, but I'd
say you've still got a huge kettle of worms, er, a different can of
fish, er, more fun than a swamp full of monkeys. You'll definitely be
mixing your metaphors before they're said and done with :-).

James A. Fortune
CDMAPoster@xxxxxxxxxxxxxxxx

If you outsource a project to multiple programmers, when the project's
done it will be obvious that multiple programmers worked on it.

.



Relevant Pages

  • Re: Using ADO and DAO in same mdb
    ... I started a project with a company who hired two Access developers ... I believe we can use both ADO and DAO by putting the DAO ... reference first and then the ADO if he fully qualifies all the ADO ...
    (comp.databases.ms-access)
  • Re: Using ADO and DAO in same mdb
    ... We use ADO against jet only for executing sql schema statements and for a few esoteric things not supported by DAO such as working with streams. ... Be aware that schema changes made through an ADO connection in this way are not always immediately visible in DAO unless you refresh the collection you're working with. ... I started a project with a company who hired two Access developers ...
    (comp.databases.ms-access)
  • Re: Using ADO and DAO in same mdb
    ... So Access will default ti DAO. ... And you are correct that all ADO must be ... I started a project with a company who hired two Access developers ... reference first and then the ADO if he fully qualifies all the ADO ...
    (comp.databases.ms-access)
  • Re: Using ADO and DAO in same mdb
    ... I started a project with a company who hired two Access developers ... I believe we can use both ADO and DAO by putting the DAO ... There are lots of Access developers who know DAO but don't know ADO. ...
    (comp.databases.ms-access)
  • Re: How to enforce subtypes/supertypes in Access 2000?
    ... DAO is the native object model for Jet databases and, as such, is the ... ever need ADO. ... Private Sub SetContactType() ...
    (microsoft.public.access.tablesdbdesign)