Conversion

K

Kevin

I want to take my Access DBA to a web based format. We currently connect via ODBC to our SQLserver. How can I convert my current Access forms and such into a web based interface where we can connect via the net.
 
S

Sal Rosario

You can either convert your Access forms into Data Access Pages (DAP), or
use ASP/ASP.net code to do it via web forms.

This is not a seamless process. Your DAP are not 100% equivalent to your
Access forms, especially when it comes down to automation via events. These
you would have to script into your DAP using VBScript. But if your forms are
simple data input/edit forms, you'd be fine.

ASP development is quite an endeavour also. Good luck!
--
Sal Rosario
Database Cosultant in NJ

www.salrosario.com
Kevin said:
I want to take my Access DBA to a web based format. We currently connect
via ODBC to our SQLserver. How can I convert my current Access forms and
such into a web based interface where we can connect via the net.
 

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

Top