record count

P

Peter

I have a customer who imported 38,345 records into a
table.
Upon openning the application he gets an overflow error.
What are the limitations regarding number of records
allowed. Do you think a compact and repair will solve the
problem.

Thanks for any help
Pete
 
K

Ken Snell

Chances are that there is a field in the table that is using a number
equivalent to the "record number" as its value, and that field is formatted
as Integer. 38,000 is too large for Integer; you must use Long Integer as
the data field format.

Or there is a query with a similar problem.....

Then again, without knowing anything about the database and without more
specific details, there could be many other reasons.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top