Use Access on the Internet

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

Guest

I have a database created in Microsoft Access. I also have a website with
webspace. Can I make it so that people can use the database on the website
and if so how? My webspace provider provides SQL and CGI support are these
relevant to my question?
 
Your provider needs to also support Access. If he doesn't, you can convert
your Access tables to SQL Server and leave your Access front end in tact,
linked to the SQL server database rather than the Jet database.

Do read the KB article about client/server performance to see if you need to
optimize your app to work more efficiently in this environment.
 
Back
Top