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)