Hi,

How can I connect to an access database located over a remote server
through internet?

Is it possible if updating a remote database is done in background and
application doesn't affect by delay in accessing remote Server?

Best Regards,

Wasim

Re: Accessing Remote MSAccess Database with ADO.Net by Miha

Miha
Fri Dec 19 05:26:59 CST 2003

Hi Voyager,

Since access database is a file, you will have to enable access/modifying
security of the file and probably of the folder where file resides (since
access will want to create also ldb file).
If you are using security within access I believe you will have to also need
to access security file (mdw or something).
You can use a asynchronous delegate or a thread for updating.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com


"Voyager" <wsabir@yahoo.com> wrote in message
news:557088f9.0312190312.4cbfecfd@posting.google.com...
> Hi,
>
> How can I connect to an access database located over a remote server
> through internet?
>
> Is it possible if updating a remote database is done in background and
> application doesn't affect by delay in accessing remote Server?
>
> Best Regards,
>
> Wasim



Re: Accessing Remote MSAccess Database with ADO.Net by Paul

Paul
Fri Dec 19 10:08:13 CST 2003

On 19 Dec 2003 03:12:24 -0800, wsabir@yahoo.com (Voyager) wrote:

¤ Hi,
¤
¤ How can I connect to an access database located over a remote server
¤ through internet?
¤
¤ Is it possible if updating a remote database is done in background and
¤ application doesn't affect by delay in accessing remote Server?
¤

You need to use the Remote (Data Services) OLEDB Provider:

http://www.able-consulting.com/MDAC/ADO/Connection/MSRemote.htm#MSRemoteAccess

If I understand your second question, you will need to start another thread for
your application if you want the operation to run in the background:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcn7/html/vaconFreeThreadingExample.asp


Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)