Off topic but I hope somebody can help.

Using MS Win98 / mySQL.

I'm trying to use LOAD DATA INFILE and coming up empty.

My text file is named:
....................
test.txt
..................

and is stored in C:\TextFiles

on the command line I type:
..............................
mysql>  LOAD DATA INFILE "C:\TextFiles\test.txt" INTO TABLE tony;

...............................
I get:

ERROR 1105 File c:\TextFile\ est.txt not found (Errcode:2)

\\please note that the "t" in test is not there.

Any help would be greatly appreciated.
Happy holidays,
Tony Ritter



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to