Yes, a string can be much larger than 255 but my goal is a MS-SQL
table Yes, a string can be much larger than 255 but my goal is a
MS-SQL table (schema) to properly hold the contacts database. It
doesn't seem too efficient to have every SQL field of type "text" so I
looked at the contacts GUI form and it seems that most of the string
fields don't allow you to type more than 255 characters except the
"body" field which I did make a text field.
The Exchange SDK docs. don't really provide very good detail in this
area and I feel that 110 fields of varchar(255) is also very crude but
seems necessary.
Any further thoughts on this ?
Thanks,
Jeff
> String fields can be much longer than 255 characters and for Body
> you'd have to allow for a virtually unlimited field length since a
[quoted text clipped - 22 lines]
> >
> > Jeff
Ken Slovak - [MVP - Outlook] - 19 Dec 2003 16:02 GMT
I haven't seen any schema like that, although it might exist somewhere
I suppose. If you use varchar(255) you would just have to truncate any
fields that are longer. You also might want to account for possible
unicode fields if applicable, depending on the user base and the
charsets they use.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Yes, a string can be much larger than 255 but my goal is a MS-SQL
> table Yes, a string can be much larger than 255 but my goal is a
[quoted text clipped - 13 lines]
>
> Jeff