Can I publish my database on Internet?

P

Petter

If I have a stationary IP-adress, is it possible for me to publish an access
database on internet? In that case, am I allowed to do that? Is there any
standard ways for publishing access databases on internet?
 
A

Andrew Murray

Normally you can just upload it with your FTP client, or website/web
application development tool (such as Frontpage, Expression Web, Dreamweaver
or Visual Studio (and its junior counterpart, Visual Web Developer Express).

You'd also need to make use of server side code (ASP/ASPX .Net are the
common ones for Windows servers)

I don't know if you need a static IP (by which I think you mean "stationary
IP").

Whether you're allowed to publish Access db's depends primarily on your
host.

If you're on a Linux/Unix server it probably won't work since Access is of
course, a Windows application and requires a Windows server.
 
Top