View Full Version : Online access?


AstonCheah
08-12-2009, 12:05 AM
i am not sure if access07 is able to be used in internet?

Atomic Shrimp
08-12-2009, 04:50 AM
Any chance of a little more information to help us answer your question?

'used in internet' is hopelessly vague. What is it that you're wanting to do?

Banana
08-12-2009, 04:58 AM
If by 'use internet' you want to use Access across WAN...

If it's an Access backend, forget about it. It's great for a office LAN, but WAN will only bring corruption and heartbreak.

For that reason, if remote access is desired, we usually look at three options:

1) Use a Terminal Server or VNC.

2) Use a RDBMS such as MySQL, Oracle, SQL Server, PostgreSQL that has a robust client library for remote access; Access is quite an excellent front-end client and works well with any of those.

3) Use replication (which is only good if you're using .mdb and do not intend to move to the new format .accdb which no longer supports this feature)

AstonCheah
08-12-2009, 05:48 AM
i mean to use access07 program to access data from 1 place to another place through internet, is this called fr.end(1 place) and back end(another place)?

Banana
08-12-2009, 06:05 AM
Hmm. I just want to be 100% sure if we're using the "the internet" in same sense...

By 'internet, are we talking about networked drives on a local office LAN... Maybe a computer that's in other room or other floor but in same building?

Or are we talking about a geographically distant location? You can access the folder there but it's not where you can walk to, and you have to be able to browse the web if you need to access the folder. If you can't browse the web, you can't access it either... That's what I would call WAN.


The distinction is very important because in former, we can just split the database and store it on a networked folder/drive. No problem there.

But in latter case, forget it. See my original reply.

AstonCheah
08-12-2009, 06:32 AM
hi Banana (http://www.access-programmers.co.uk/forums/member.php?u=28237),
sorry for the confusing question, i just learned from you what is LAN and WAN. what i mean is accessing data through WAN. one of the options you mentioned is using SQL Server, how could i do it. i will greatly appreciate if you could further explain or provide some relative website or info. thanks again.

Banana
08-12-2009, 06:36 AM
Two starting points:

Beginning SQL Server Development (http://www.utteraccess.com/forums/showflat.php?&Board=53&Number=1732935&page=0&view=expanded&sb=5&o=&fpart=1)
Beginner's Guide to ODBC (http://access-programmers.co.uk/forums/showthread.php?t=172243)

Both contains several links for even more references as well.

AstonCheah
08-12-2009, 06:38 AM
thanks a lot, will look through it.

dfenton
08-12-2009, 11:08 AM
The much easier solution is to host the app on a Windows Terminal Server (or Citrix, which is the same technology with bells and whistles).

If you choose the SQL Server/MySQL solution, you'll need to run it across a VPN, as it's very dangerous to expose a database port to the open Internet.

AstonCheah
08-12-2009, 08:11 PM
hi dfenton, (http://www.access-programmers.co.uk/forums/member.php?u=43231)
can i store my data in my own server(i have a window server 2003 pc) and share my data through WAN?

dfenton
08-13-2009, 05:06 PM
can i store my data in my own server(i have a window server 2003 pc) and share my data through WAN?

If that server is accessible over the WAN as a file server, it will be accessible as a Terminal Server, assuming your WAN is not firewalled to prohibit connections on the default WTS port (I don't know the actual number).