|
Im about to start writing a method that willl take a text file of:
value1, value2, value3
value1, value2, value3
value1, value2, value3
And copy those values to a MySQL DB (so in this case, 3 entries with 3 fields). I also need to convert the MySQL back into text files. The number of values is variable, as is the name of the MySQL table they will be written to.
Before I dive in and write the thing, it occured to me that this is something that must have been done many times before, probably by more competent coders than me. Ive had a search round the manual and the net but cant find anything, anybody know where i could look?
Thanks for any feedback.
Last edited by bez; 06-08-2005 at 08:13 AM..
|