Re: Accessing MS Access Remotely
Phyxious schrieb:
I know MS Access is not designed for this purpose but is it possible to
connect to a Access database in a script on a remote server?
Map a drive (e.g. X:) to the server's directory containing the .mdb
and use
sConn = "Provider=Microsoft.Jet.OLEDB.4.0;data source=X:\Test_Inventory.mdb"
.
Relevant Pages
- Re: Accessing MS Access Remotely
... DSN. ... connect to a Access database in a script on a remote server? ... (microsoft.public.scripting.wsh) - RE: remote scripting how to
... I re-engineered the following script from the example ... if i check taskmanager i can see the exe sitting there on the ... remote server but not doing what its supose to do, ... > will launch a file remotely on a machine, or copy the file to launch on the ... (microsoft.public.windows.server.scripting) - Re: how to encrypt password stored in ftp script
... I need that script to run everyday automatically on machine ... people form modifying script to access the FTP server for different ... Hiding your username and password in this circumstance is impossible ... include this in a form that can be read by the remote server. ... (comp.lang.perl.misc) - Re: ADO and blank fields problem
... > Charles E Finkenbiner wrote: ... >>My script is a front end for an MS Access database. ... not the internet. ... (microsoft.public.scripting.vbscript) - Re: Newbie..Needs Help
... here is the website which holds the data I require ... put in this parameter or these are the meeting tracks ... I am enjoying a script that was written for me and its purpose is to ... collect data from a web site and puts it into a access database table. ... (comp.lang.python) |
|