can text (ascii) files be stored in a mysql db and how? thanks!
Use a text type field... Or a variant thereof if you have text > 65k
in otherwords, i can put a text file with a .txt extension into a field of a mysql table so long as it is specified as text? how do i do that in terms of SQL commands? thanks!!!