3349 - Numeric Field Overflow

N

Nikos Yannacopoulos

Luke,

Look at your table design (the one you are loading the data to) and see if
you have any numeric fields defined as Integer or Single; change them to
Long Integer and Double respectively, to see if that solves the problem.
Change them one by one to locate the one that causes the problem.

HTH,
Nikos
 

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