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.
 
Back
Top