hi ,
iam using this code ,to load my csv file in to mysql table using PHPmyAdmin...
LOAD DATA LOCAL INFILE 'C:/Program Files/EasyPHP1-8/www/ tools/xball_6066f.csv' INTO TABLE
temp_2g FIELDS TERMINATED BY ';' ENCLOSED BY '"' LINES
TERMINATED B
by using this query my file is loaded ,
but when i import values from my csv file, , but iam getting NULL values,
can anybody help me out on this, more over my CSV file is not null,
regards
rajesh