HI,
thanx for your help so far. Well am using windows NT . When i tried importing the csv file using script like
load data infile 'C:\\LucentNonPerfRpts.csv' into table tblluc_non_perf fields terminated by ',' enclosed by '"' lines terminated by '\r\n';
It imported only 29000 rows, now am using a GUI called NAVICAT and am able to import 58000 rows.