RE: [PHP-WIN] MSSQL varchar fields truncation revisited

2001-04-19 Thread Svensson, B.A.T.
;Cc: Josh Seward; Daniel Furse; [EMAIL PROTECTED] >Subject: [PHP-WIN] MSSQL varchar fields truncation revisited > > >I'm still using 3.0.16 and when you have to display a varchar field in a >MSSQL table everything over 255 characters gets truncated (this affects >only selects, not

RE: [PHP-WIN] MSSQL varchar fields truncation revisited

2001-04-18 Thread Kelvin Luck
eland Cc: Josh Seward; Daniel Furse; [EMAIL PROTECTED] Subject: [PHP-WIN] MSSQL varchar fields truncation revisited I'm still using 3.0.16 and when you have to display a varchar field in a MSSQL table everything over 255 characters gets truncated (this affects only selects, not inserts). I k

[PHP-WIN] MSSQL varchar fields truncation revisited

2001-04-18 Thread Andrian Pervazov
I'm still using 3.0.16 and when you have to display a varchar field in a MSSQL table everything over 255 characters gets truncated (this affects only selects, not inserts). I know that a workaround would be to transform the fieldtype from varchar to text, but this isn't very practical in the parti