Convert Access Application to Web

  • Thread starter Thread starter Rui Lopes
  • Start date Start date
R

Rui Lopes

Hi,

What alternatives do I have to convert an entire Access Application to
the Web Interface.

I've tried to save objects as Data Access Pages in MS Access 2000, but
while saving some screens the convertion is not correct.

There is another way ? Some Wizard ? Some external application ?

I don't want to rewrite everything in ASP ...

Thanks,
Rui
 
Hi,

What alternatives do I have to convert an entire Access Application to
the Web Interface.

I've tried to save objects as Data Access Pages in MS Access 2000, but
while saving some screens the convertion is not correct.

There is another way ? Some Wizard ? Some external application ?

I don't want to rewrite everything in ASP ...

Thanks,
Rui

To make it a true web application, you have to rewrite it. It's a
completely different environment with different languages and tools.

Have you looked at running it over Terminal Server (aka Citrix)? This
allows you to actually run the application on a remote server using a
browser window.
 
Back
Top