Re: Accessing MS Access Remotely
- From: "ekkehard.horner" <ekkehard.horner@xxxxxxxx>
- Date: Fri, 25 Jan 2008 09:05:07 +0100
Phyxious schrieb:
OK how about, is it possible to do it without mapping a drive or creating a DSN. Is there a way to it within the code?Try:
sConn = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "data source=\\<server>\<path>\Test_Inventory.mdb"
"ekkehard.horner" wrote:.
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"
- References:
- Re: Accessing MS Access Remotely
- From: ekkehard.horner
- Re: Accessing MS Access Remotely
- Prev by Date: Re: Accessing MS Access Remotely
- Next by Date: Get email headers with vbscript
- Previous by thread: Re: Accessing MS Access Remotely
- Next by thread: Get email headers with vbscript
- Index(es):
Relevant Pages
|