E
Ed Hochberg
Hi all,
I want to add records to a Mysql database using a 2 step approach. First
write to a text file (either comma or space delimited). From there loop
through the records and insert them into the database. My question is, for a
larger field like a Rich TextBox, that will say contain over 200 chars does
the above approach sound resoanable? A record in the text file will be quite
wide this way (not saying it matters). Can you think of a better approach?
I want to add records to a Mysql database using a 2 step approach. First
write to a text file (either comma or space delimited). From there loop
through the records and insert them into the database. My question is, for a
larger field like a Rich TextBox, that will say contain over 200 chars does
the above approach sound resoanable? A record in the text file will be quite
wide this way (not saying it matters). Can you think of a better approach?