Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How do You import an MS Access MDB into Dreamweaver CS5?

New Here ,
Jul 05, 2012 Jul 05, 2012

Hi;

How do You import an MS Access MDB into Dreamweaver CS5?

Developed a DBase application for a vertical market using MS Access. Worked on it for over a decade.

Have been in contact with a rather large company and we are talking about licensing my program with them.

BUT; they want it "On the Cloud"

Here is what needs to be accomplished. Ideally a user can log in from anywhere, (similar to on-line banking), enter data and print reports.

Read this a few days ago:

"If I were in your situation and felt that there's a growth market for your offerings, I would personally go with a PHP/MySQL-based model. The printing issue can be readily resolved with PDF-based output.

So the Querys, Forms and VBA Code needs to be brought in from MS Access to Dreamweaver.

Can this be done?  Or is there a better way that I haven't learned yet?

Would someone be so kind and point me in the correct direction.

Thank You for taking the time to read this post.

Andy

TOPICS
Server side applications
934
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 05, 2012 Jul 05, 2012

>Can this be done?

No, not any way that I know of. You would need to completely rewrite this as a web application. Obviously the MS Access tables can be migrated to MySQL and the Access queries converted to views. But the forms and custom code needs to be written from scratch in html and your choice of server side programming language.

Translate
LEGEND ,
Jul 05, 2012 Jul 05, 2012
LATEST

>Can this be done?

No, not any way that I know of. You would need to completely rewrite this as a web application. Obviously the MS Access tables can be migrated to MySQL and the Access queries converted to views. But the forms and custom code needs to be written from scratch in html and your choice of server side programming language.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines