An Access project (adp) allows bypassing the Jet Engine used with the MDB. ADP is designed for a client/server environment and uses ADO to connect to the Server Engine. From a client/server prespective it is cleaner and more efficient to bypass Jet and the ODBC layer associated with Jet that is required to link to a non-mdb server engine when you are developing an Access front-end application. In other words, an Access front-end to SQL Server should be an access project. If you are strictly working with Access only and not client server then an MDB file is fine. Also, once you become comfortable with ADO syntax and capability for data access, the same syntax is used in most front-end products especially Microsoft products like ASP pages and VB.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.