Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed an application in .NET which store data in Access 2003 database . But when i tested my application it could store 1392 rows in Table and 1.19mb database file size. it cannot store more details . what could be the reason? how can I solve this issue??
Posted
Comments
Kim Togo 17-Jan-12 13:17pm    
What kind of errors/exceptions are you getting ?
thatraja 17-Jan-12 13:28pm    
I second Kim. Also Compact/Repair the database
loctrice 17-Jan-12 22:32pm    
Access 2003 has 2GB limit, minus the space for system objects. Compact and repair should help, as thatraja said. If you aren't at the limit, chances are it will fix it.

I third "what errors/exceptions do you get"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900