But I'm converting existing DAO-compliant code to ADO because I'm going to
put the tables on a SQL back end. Now, since ADO can also be used with a
mdb back end, I'm doing some DAO to ADO conversion BEFORE I make the switch
to SQL - keep in mind that after the switch to SQL, I'm keeping the mdb
front end. Now, I haven't made the switch yet, and am testing the ADO code
with my mdb front and back ends, BUT it seems some of the ADO code doesn't
work, even code obtained from reputable sources, which is both surprising
and discouraging. Just to be sure, what references need to be checked?
> As far as I know you can use ADO with an mdb back end, but it's much
> easier to use DAO so I don't bother - and there are a few things that
[quoted text clipped - 67 lines]
>
> Please respond in the newgroup and not by email.
John Nurick - 27 Sep 2004 20:12 GMT
If you have omitted references that need to be included, you'll get
compile-time errors. If you have references you think are un-needed,
uncheck them and see what happens when you compile.
Once the code compiles, start testing it and identify the places where
it's not doing what you expect.
>But I'm converting existing DAO-compliant code to ADO because I'm going to
>put the tables on a SQL back end. Now, since ADO can also be used with a
[quoted text clipped - 84 lines]
>>
>> Please respond in the newgroup and not by email.
--
John Nurick [Microsoft Access MVP]
Please respond in the newgroup and not by email.
Brendan Reynolds - 28 Sep 2004 12:19 GMT
Why not post the actual code that raises the error?

Signature
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com
The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
> But I'm converting existing DAO-compliant code to ADO because I'm going to
> put the tables on a SQL back end. Now, since ADO can also be used with a
[quoted text clipped - 89 lines]
>>
>> Please respond in the newgroup and not by email.