|
-
May 19th, 2005, 04:47 PM
#1
Problem inserting new record
I developed a small program one year ago. The purpose of this program (VBA) is to extract the information from Email in Outlook and store it in the MS-Access database. The program works smoothly previously until recently, when new mail arriving at the Outlook, the program was not able to extract the data and store it in database, after some investigation, i found out the that current database hold 6377 records or equivalent to 100MB of size. No matter how i try, the program just couldn't insert the new information into the DB, then i tried to backup my current database, and replace the Database with a fresh copy of database with empty data inside. Guess wat, the program can work again!
Can any expert out there tell me what is going on !!!??? Thanks alot for help.
-
May 20th, 2005, 03:45 AM
#2
Re: Problem inserting new record
You could try compacting the database to see if it can reclaim any space. You should be able to store more than100M in an Access database.
-
May 21st, 2005, 01:00 AM
#3
Re: Problem inserting new record
Could it be due to the Reduced-functionality mode that prohibit the insertion of record?
-
May 24th, 2005, 04:08 AM
#4
Re: Problem inserting new record
Have you tried to INSERT a record from the MS Access environment? What happens in that case? If that fails what is the error that it displays? Also which version of MS Access do you use?
I have used larger databases MS Access DBs with no problem.
Extreme situations require extreme measures
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|