JRO / Compact database
From: Michael Satterwhite (satterwh.XNOXSPAMX_at_weblore.com)
Date: 01/14/05
- Next message: Rick: "Re: Update Hours"
- Previous message: pg.242w_at_gmail.com: "Returning Stored Proc ReturnValue in ADO"
- Next in thread: Paul Clement: "Re: JRO / Compact database"
- Reply: Paul Clement: "Re: JRO / Compact database"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 11:52:22 -0600
I have an Access database that I need to repair compress programatically.
The database may be on a network drive, and I note that App.Path is
returning the UNC of the server, not the mapped drive name (this may or may
not be significant)
I'm getting an OLEDB error when I try to compress the database, and I'm not
sure how to get the system to tell me what it doesn't like. Here are the
Connection Strings:
Source: "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\Photon\Project\Data\ProjData.mdb;Persist Security Info=False"
Destination: "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\Photon\Project\Data\ProjCompressed.mdb;Persist Security
Info=False"
Would someone be so kind as to point me at a way to correct my error?
tia
---Michael
- Next message: Rick: "Re: Update Hours"
- Previous message: pg.242w_at_gmail.com: "Returning Stored Proc ReturnValue in ADO"
- Next in thread: Paul Clement: "Re: JRO / Compact database"
- Reply: Paul Clement: "Re: JRO / Compact database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|