
September 8th, 1999, 03:22 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I have a db and wish to load data into it from a tab delimited text file. One of the fields contains price info such 1,234 or 2,423. I am trying to load it into a field of type INT(5). But all I get is the numeral before the column. Everything else gets dropped. Is there an easy way to get this price data into the database or must I eliminate all commas from prices?
|