"PW" wrote in message news:jnovs7thaaerdnhae...@4ax.com...
Correct the backend cannot be a mdb/accDB. (this would require the windows
networking to go over the internet - too slow).
However, using the back end as SQL server then no problem.
For the iPad in the above software they use web services (not access).
And if you have a web site with SQL server, then you can choose to connect
to the back end SQL server directly say from Access. Or you can build some
web services and connect to that (.net, or how most software for the iPad
works).
So you have several choices here once you place that data into SQL server on
that web site.
.So with a web site + SQL server you can:
Have client desktop software (like Access) connect directly via linked
tables to SQL server (this assumes that your ISP allows this - many do).
Have the client desktop software connect to a web site that exposes web
services.
Have uses go to the web site you build which in turn that web application
connects to that running instance of SQL server.
So you can have all 3 approaches working at the same time - which approach
will depend on what you attempting to do. All 3 of these choices are likely
in play for the above fair show software.