mantis01 said:
Do you know the name of a "freeware" type program that allows you to open
files that have a huge volumes of information (i.e., 250,000+ rows and 30+
columns?
Any of the visual studio products (be it VB, vb.net, c++ etc) do include the
libraries that let open and use a mdb file. Remember, ms-access is just a
tool that lets you CONNECT to your favorite database, be it a JET based mdb
file, sql server, Oracle, MySql etc. So, ms-access is NOT the database
system its self, as you can use ms-access with oracle if you wish.
If you don't want use ms-access, the you can use the tools and libraries
provided in VB, or vb.net to read mdb files.
It is not clear if you are having problems with ms-access, or the actual
database? I can't imagine that a freeware library exists that has been more
battle hardened then the DAO library's (they been around at least 10+
years...and are very battled hardened).
Many Many commercial products use the JET data engine (so does ms-access by
the way). So, products like CityDesk (a web content manager), Simply
Accounting (a popular accounting package), and even a version of JET was/is
used in Microsoft's Exchange server, and Directory services.
And, this means that ms-access can actually open CityDiesk, or even Simply
Accounting files.
If commercial products based on JET can be used for accounting and content
management, then I don't see why JET with a file of 250,000 records should
pose any problems for you (likely, it is the users of the tools, and the
designers that must take the blame here for problems).
A file of 250,000 reocrds + 30 rows is not that large for jet to handle at
all.........
So, virtually any developer tools from the MS stable include the JET
libraries for free, and they can be distributed for free also. There is
number of free tools that developers have released that read mdb files, but
they are ALL based on the JET libraries anyway. I just don't see where you
are going here.....