Compilation?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have an application I made in Access2000 format.

I have VB7 but not MS Jet compiler.

What is the easiest way to compile the application so that it can work in
computers without Access license?

Thanks
Kamil
 
If your app is Access app, users must have Access installed or have Access
runtime installed (if your app is developed with Access developer edition\MS
Office developer edition, you can distribute Access runtime). End of story.

If you want to do something with VB7 (it is VB.NET, I believe) do avoid
Access /runtime installation, you have to redo everything from beginning,
and forget everything you wrote in that app.
 
Hello, I have an application I made in Access2000 format.

I have VB7 but not MS Jet compiler.

What is the easiest way to compile the application so that it can work in
computers without Access license?

It is impossible to compile an Access database.

Your two alternatives are to redo the entire user interface in Visual
Basic (Access Forms and VB Forms may look similar but they are
different in design and structure!), or to purchase the Access 2000
Developers Edition. This allows you to create and distribute a
royalty-free Access runtime with your database.
 

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

Back
Top