Hi, I tried to get data from a 4M byte .dat file and insert these data line by line into a database table using the 'line input' method. However, when the program get to the 'While Not EOF(#filehandler)' portion, the error 'Out of string space' occurs. I tried the same method with smaller file size and it was successful. How do I deal with this problem?
Thks.
Lynn