I'm using C#.Net code to populate an .MDB file (with data pulled from textfiles). This is my first experience with a large table. After populating half a million records my C#.Net program called "SearchText" closes with a message, "SearchText has encountered a problem and has to close. We are sorry for the inconvenience."
It's hard to debug at work because I don't have C#.Net installed here (i.e. no Visual Studio). So I'll have to do it at home - but what if I can't reproduce the problem?
So anyway, if anyone knows of any "gotchas" with large tables that might be causing this problem, please let me know.
The data still seems good - I can open the tables with Access 2007 here at work. The tables are simple (no memo fields), there are only about six of them, and none of them have more than 10 columns. The table with the half-million records only has about four columns.
After the last crash I compacted it down to 45 MB so it's not very large.
PS...Then again I guess there is a data problem. The Autonumber column of the large table doesn't seem to be populating (weird) or at least isn't displaying in Access 2007. It's not the primary key, though.
It's hard to debug at work because I don't have C#.Net installed here (i.e. no Visual Studio). So I'll have to do it at home - but what if I can't reproduce the problem?
So anyway, if anyone knows of any "gotchas" with large tables that might be causing this problem, please let me know.
The data still seems good - I can open the tables with Access 2007 here at work. The tables are simple (no memo fields), there are only about six of them, and none of them have more than 10 columns. The table with the half-million records only has about four columns.
After the last crash I compacted it down to 45 MB so it's not very large.
PS...Then again I guess there is a data problem. The Autonumber column of the large table doesn't seem to be populating (weird) or at least isn't displaying in Access 2007. It's not the primary key, though.