Buy PSP - Online Advertising - Auto Refinance - Online Loans - Cell Phones

PDA

View Full Version : Convert a table field into comma delimited string


soccerfriend
Jan 24th 2007, 12:26 am
Hi,

Does anyone can help with the conversion of the field in the database in one long comma delimited file (the field records should be separated by comma)

Thanks in advance

maiahost
Jan 24th 2007, 2:41 am
Why don't you try exporting the database/field as a csv file under PhpMyAdmin ?

soccerfriend
Jan 24th 2007, 10:44 pm
I am developing in .NET and sql server..

maiahost
Jan 25th 2007, 12:05 am
Well you should have said that :)
OK then try running a loop and export them into html / txt file locally ?