Hilton wrote:
Quote:
My monthly text files downloads (from mainfame) are regularly
reaching the 2gig+. I usually import the file into Paradox but
the database is starting to reach the 2gig limit. Besides
chopping off fileds from the Paradox file (my crude way of
handling the problem) what steps would the group recommend
if facing this issue? |
If you are importing a single text file into a single Paradox table, my
guess is the table is very flat. If you normalize that table to elimintate
redundancy, you'll probably be able to get a lot more data captured. For
example, if the file is a list of orders, and for each order you have a
customer name, address, phone number, etc, you can break that out into an
orders table and a customer table, with a foreign key join.
This will require a little (or a lot) extra effort in the parsing of the
text file, since Paradox's built in import won't do this.
Quote:
Is there software that cater for larger databases? |
Yes, there are. In fact, I don't think dBase files (or FoxPro) have this
limitation. Have you tried importing as a dBase file instead? You can work
with dBase files within Paradox.
The other options are to move to an Open Source database server, like
Firebird, MySQL, or PostgreSQL, or a commercial database server like Oracle
or MS SQL Server. Paradox will be able to connect to these database servers
as a client for reporting, data entry, queries, etc.
--
Larry DiGiovanni
Digico, Inc.
IT Consulting and Staffing Solutions
www.digicoinc.com
Check out www.thedbcommunity.com for Paradox resources.