Stephen Russell wrote: >>> You could keep it as char() and have him do the conversion on his >>> side. You indexs should work for finding. He/she can do the >>> conversion from their side as needed. >>> >>> >>> >> Steve, an Integer field stores values from -2,xxx,yyy,zzz to >> 2,xxx,yyy,zzz so how would leaving it as a 8 byte char() work better? >> That's one digit less, if I understand you correctly. ??? >> >> Are you trying to multi-thread again? <g> > > I thought that I was saying you could do the storage in char() and > have them do the conversion on their side for the data.Type() they > want to use. All you are presenting is storage.
Then how do you represent 2,123,456,789 in a char(8) field using your idea? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

