July 22, 2010 at 11:58 pm
I need create a table that one of the columns will have a multiple-line entry. The user must be able to enter multiple lines of text in the instruction column of the table.
July 23, 2010 at 12:15 am
- What would your user be using when (s)he enters his multiple lines ?
- how would these multiple lines relate to the row, to each other, to whatever other object ?
Have a look at : "Codd's Rules" http://www.sqlservercentral.com/articles/Advanced/coddsrules/1208/
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
July 23, 2010 at 1:00 am
You can use Column Type as nvarchar(max) or Text.
And make sure that when you enter values into the columns are enterted with ASCII char for new line of '' (new line character)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply