Vince Teachout wrote: > Paul McNett wrote: >> Don't you need to use a binary type on the server, like a BLOB? Otherwise >> the server >> and/or clients will think it is text and may do some encoding/decoding on >> it, get >> confused by chr(0) and the like...
OK, just starting my homework, and according to the SQL docs, TEXT, NTEXT, and IMAGE *are* BLOBs (Binary Large Object Blocks) So I possibly have the correct column type (need to look into NTEXT more), but there may be a different way to store/retrieve the data. :-( _______________________________________________ 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.

