Click to See Complete Forum and Search --> : saving line to SQL Server


pelegk1
06-18-2006, 06:54 AM
i have few lines foe example each line is like this:
line1="aaa"
line2="dfdf"
line3="dfdf"
and i want to save them to the db (in a single column beacuse i dont know in advance how many columns i will have),
so when i put this in a textarea i will see it like this :
aaa
dfdf
dfdf

thnaks in advance
peleg