Click to See Complete Forum and Search --> : SQL datatypes


Gazthrak
02-19-2004, 06:11 PM
I might be in the wrong place for this, but if anyone can help, i would be much obliged.

Anyway, I just want to know what SQL datatype allows for text to go in "as is". in other words, like a comments field where people write full sentences. I am just getting the first word.

Thank you again.

PeOfEo
02-19-2004, 06:22 PM
varchar would do fine for that, just set the feild sizes and all.