RE: [PHP-WIN] Truncating data

2004-07-28 Thread Robert Twitty
; SELECT convert(text,varchar_field) FROM table > > There might be a more efficient way but this has always worked for me... > > -zeb > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2

RE: [PHP-WIN] Truncating data

2004-07-28 Thread Bowden, Zeb
, 2004 8:37 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Truncating data Hey! Okay I have a simple script that is nothing more than a query run against a Microsoft SQL Server database which returns a VARCHAR(2400) field to display in a text area field for user modification. The problem is that even

[PHP-WIN] Truncating data

2004-07-28 Thread Ron.Herhuth
Hey! Okay I have a simple script that is nothing more than a query run against a Microsoft SQL Server database which returns a VARCHAR(2400) field to display in a text area field for user modification. The problem is that even though all of the data exists in the database, when it is displayed in