Hello...I am new (very evident) Using PHPAdmin how do I insert a textfile into a table without getting errors? Any help appreciated. This is the error I receive:
Error
SQL-query :
LOAD DATA LOCAL INFILE '' INTO TABLE `SCcodigos` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n'
MySQL said:
File '' not found (Errcode: 2) Back
kazecoder
3:13 pm on May 10, 2005 (gmt 0)
Try using the built-in import function. It can be funny sometimes.