473,546 Members | 2,244 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

windows xp, access 2003, compact/repair, can't open another mdb till done

if I make a copy of northwind.mdb sample and import data till it
reaches 350Gb in size
and then I make a second copy of northwind

then I open nw1.mdb and do a compact / repair that takes 30-60 seconds
opening the nw2.mdb won't happen until compact repair is done
ditto if importing lots of data in nw1
ditto if inserting sql server data in a table within nw1

what's the solution ?

Jun 12 '07 #1
6 2797
Hi, Roger.
if I make a copy of northwind.mdb sample and import data till it
reaches 350Gb in size
Wow! Are the fish you catch 50 footers, too? ;-)
what's the solution ?
Perhaps a workstation capable of multi-threading?

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
Jun 12 '07 #2
On Jun 12, 5:46 pm, "'69 Camaro" <ForwardZERO_SP AM.To.
69Cam...@Spamea ter.orgZERO_SPA Mwrote:
Hi, Roger.
if I make a copy of northwind.mdb sample and import data till it
reaches 350Gb in size

Wow! Are the fish you catch 50 footers, too? ;-)
what's the solution ?

Perhaps a workstation capable of multi-threading?

HTH.
Gunny

Seehttp://www.QBuilt.comf or all your database needs.
Seehttp://www.Access.QBui lt.comfor Microsoft Access tips and tutorials.
Blogs:http://www.DataDevilDog.BlogSpot.com...utors2.htmlfor contact
info.
typo... 350Mb...

Jun 13 '07 #3
On Jun 12, 5:02 pm, Roger <lesperan...@na tpro.comwrote:
if I make a copy of northwind.mdb sample and import data till it
reaches 350Gb in size
and then I make a second copy of northwind

then I open nw1.mdb and do a compact / repair that takes 30-60 seconds
opening the nw2.mdb won't happen until compact repair is done

ditto if importing lots of data in nw1
ditto if inserting sql server data in a table within nw1

what's the solution ?
creating an access2003 MDE (nw2.mde) solves the problem, where it now
opens immediately even if nw1.mdb is doing a compact / repair
another difference between access97 & access2003, if you open NW2.mdb
twice in access97 you get 2 distinct processes running. With
access2003, you get only one process, unless you create an MDE, then
you get two (or more processes) running

Jun 13 '07 #4
Hi, Roger.
With
access2003, you get only one process, unless you create an MDE, then
you get two (or more processes) running
If you're willing to accept the defaults, then yes, that's what you get.
Double-clicking on the name of the database file in Windows Explorer tells
the operating system, "I'm in too big of a hurry or I'm too lazy to give any
instructions, so just open this file with whatever command line assignments
someone else set up for me on this computer," unless of course you,
yourself, set up the command line parameters for the default file action.

To change this default behavior, you can change the default action for any
specific registered file types (and please note that I'm _not_ recommending
this, only pointing it out as one method to avoid the behavior you're
witnessing), or use a Windows shortcut that specifically names the complete
paths to the executable file and the file to be opened (with or without
assigning command line parameters). Double-click on the same Windows
shortcut twice, and you'll launch two separate processes that open the same
database file.

The reason the behaviors are different in Access 97 and Access 2003 is
because Microsoft wasn't as "helpful" in automating processes for the user
back when Access 97 was designed.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
Jun 14 '07 #5
On Jun 14, 10:41 am, "'69 Camaro" <ForwardZERO_SP AM.To.
69Cam...@Spamea ter.orgZERO_SPA Mwrote:
Hi, Roger.
With
access2003, you get only one process, unless you create an MDE, then
you get two (or more processes) running

If you're willing to accept the defaults, then yes, that's what you get.
Double-clicking on the name of the database file in Windows Explorer tells
the operating system, "I'm in too big of a hurry or I'm too lazy to give any
instructions, so just open this file with whatever command line assignments
someone else set up for me on this computer," unless of course you,
yourself, set up the command line parameters for the default file action.

To change this default behavior, you can change the default action for any
specific registered file types (and please note that I'm _not_ recommending
this, only pointing it out as one method to avoid the behavior you're
witnessing), or use a Windows shortcut that specifically names the complete
paths to the executable file and the file to be opened (with or without
assigning command line parameters). Double-click on the same Windows
shortcut twice, and you'll launch two separate processes that open the same
database file.

The reason the behaviors are different in Access 97 and Access 2003 is
because Microsoft wasn't as "helpful" in automating processes for the user
back when Access 97 was designed.

HTH.
Gunny

Seehttp://www.QBuilt.comf or all your database needs.
Seehttp://www.Access.QBui lt.comfor Microsoft Access tips and tutorials.
Blogs:http://www.DataDevilDog.BlogSpot.com...utors2.htmlfor contact
info.
cool.. that did the trick.. thanx

Jun 14 '07 #6
cool.. that did the trick.. thanx

You're welcome. Glad to help.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
Jun 14 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
6546
by: deko | last post by:
After doing a lot of vba work, I've noticed the size of my mdb has grown, even though no data or objects have been added. I've read that the following procedure will remedy this and improve performance: 1. From the command line, type msaccess.exe /decompile. 2. Open the database you want to decompile. 3. Open up any module. Select the...
10
6023
by: MHenry | last post by:
Hi, We were going merrily along for 6 years using this database to record all client checks that came into our office, including information about what the checks were for. Suddenly, network computers cannot access the database. The message is...
4
4605
by: DFS | last post by:
" has detected corruption in this file. To try to repair the corruption, first make a backup copy of the file. Then, on the Tools menu, point to Database Utilities and click Compact and Repair database. If you are currently trying to repair this corruption then you will need to recreate this file or restore it from a previous backup." I...
5
2496
by: mr_mach7 | last post by:
I have an Access database that needs to be compacted and repaired almost on a daily basis. It is the front end that needs to be fixed, so other users cannot get into it when the problem happens. This is driving me nuts and needs to be resolved. The database was originally created in 97 and converted to 2002-2003 format. It is split into...
12
2180
by: John Baker | last post by:
Hi: I have read a number of threads on the issue of compressing (compacting) Access data bases programmatically, and have been left confused. We are using Access 2000, and I need code that will programmatically compress an open database. (called "InvoiceManagement.be). Can someone give me a piece of code that will do this, or a pointer to...
11
4933
by: ritenah | last post by:
I am running this command from a .bat file. "C:\pathToAccess\MSACCESS.EXE" "C:\pathToDatabase\db.mdb" /REPAIR Database repairs as expected, then shows the messge: "Successfully repaired the ..." and you have to click "Ok" to get rid of the message so that the database can close. How does one suppress this message, so that the database...
4
2577
by: Bugs | last post by:
Hi everyone. I am trying to open a database which works fine using Access 2003, but when trying to open it on another PC that has Access 2002 I get the following error "This database is unrecognised file format, it may have been created with a later version of Access, upgrade to a later version..." Could anyone please help to resolve...
3
7754
by: mnjkahn via AccessMonster.com | last post by:
I'm running Access 2003, modifying a query that has over 45 fields. When I right click on the field name in Query Design View, and then click Build, Access crashes before the Build window appears. It doesn't happen every time, and using the Zoom window works fine. It appears that it only happens when I want to modify an existing...
3
2388
by: Roy Tong | last post by:
I maintain a shared database on Access 97. I've just tried converting a test copy of the database to 2003 and it appeared to work OK. That is I got no error messages. However then I look at my modules, only 2 out of 9 have copied across. Do I need to do something special to recompile modules and take them across to the new version? I...
0
7435
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7461
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7794
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5361
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3472
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1922
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
747
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.