View Full Version : Problem to import all from textfile


timpepu
01-15-2010, 12:43 AM
Hi !
I'm trying to import from text file like this

;000000000375000000;USD;
;000000002000000000;USD;
;000003000000000000;EUR;

Why I can't get that marked as red ?

Br Timo

GalaxiomAtHome
01-15-2010, 01:57 AM
You are importing into a Long Integer field.
Only the red number exceeds the capacity of this type of field.
Use a Long format.