want to transform my Access-Application (with a lot of Visual-Basic-Code) so that anybody could use it on my homepage.
what do i have to do? do i have to write the complete Visual-Basic-Code in another language? (hope not ;-)) [sig][/sig]
Access 2000 comes with Active Data Pages. I wouldn't use them personally as they are crap.
Getting the data onto your homepage can be done with ASP (Active Server Pages). If you use Access 2000 and use the ADO object model rather than (or as well as) DAO then using ASP is 'fairly' simple.
You will, however need to ensure that your ISP uses Internet Information Server - otherwise the ASP that you write will not be understood by the server.
Even with ASP though, you'll have to redesign the forms and code any functionality behind them. [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.