ADP to MDB

  • Thread starter Thread starter Utopian
  • Start date Start date
U

Utopian

Hi group!!

Exists some method or tool to convert a project ADP to MDB?

Thanks a lot!
 
Hi,
forms/reports/modules you can just import in MDB using access, also you can
import tables from SQL Server. Views/SPs you have to convert manually
 
I have to ask why?

as long as you have not taken advantage of stored procedures that do more
than produce recordsets, the process is quite staight forward, do remeber
things like "%" is a wild selector in SQL and in access it is '*' check your
queries and dynamic SQL for theses. My start question is still relevent
there may be other answers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top