John said:
Hi
I am converting my access front-end/backend mdb app to adp. Are there any
pitfalls I should be aware of?
Thanks
Regards
Yes, if you got an existing application, then it is a LOT better to simply
link the tables to sql server. If you use a adp project, then all of your
dao VBA code will NOT work, and have to be re-written. So, if your
application has a good deal of code and complexity to it, then I would NOT
use the adp. A adp is a possible solution for a NEW project to sql
server..but for a existing one, you will have to re-write too much code.
So, I would consider using odbc links to sql server, and then simply fix the
small amounts of code that does not work with sql server. (this is going to
be WAY WAY less work then re-writing for a adp). On the other hand, if you
were strictly a ADO developer, then converting to a adp project would be
less work, and more code would function under the adp.
So, one issue is how much dao code so you have...and do you want to re-write
that code (which you have to do with a adp).