At 03:12 PM 11/15/2010, jan johansen wrote:
If I think the client will use an image, it's better to create a column as a VARBIT vs a VARCHAR, right?
Jan, VARBIT is the ideal data type for storing and managing images. VARBIT (Varying Bit) VARCHAR (Varying Character) VARCHAR is the ideal type for storing text beyond 4092 characters as well as storing and managing Rich Text Format (.rtf) data. Very Best R:egards, Razzak.

