Re: Compacting an Access database with DAO
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Fri, 4 Jan 2008 16:09:15 -0500
John L. wrote:
We have a few databases with linked tables to SQL Servers and when we
attempt to compact these databases by programmatically, it fails due
to SQL Server login information. I understand that you cannot use
Microsoft Access to compact and repair a SQL Server database
True. there is no such thing as compacting a SQL Server database. Sure,
a database can vbe shrunk, but it's not a recommended action to perform.
Databases should be allowed to grow to the size they need to be.
, but weYou may have noticed that this is an ADO group, not a DAO group, so we
do have some native Access tables + forms/reports etc within the
database; which we would like to compact and repair. Is there a work
around for this?
probably won't be able to provide as indepth help as you would like. You
might try the VBADAO group in the Access hierarchy under Office
Solutions.
I'm not sure what you are actually trying to do. Are you saying that
compacting the Access database fails because you haven't provided login
information for linked tables? If so, I'm at a loss - you should run
this by the Access experts.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Prev by Date: Re: ADO future
- Next by Date: Re: ADO future
- Previous by thread: ADO future
- Next by thread: Re: Compacting an Access database with DAO
- Index(es):
Relevant Pages
|