RE: [PHP-DB] MSSQL Text Length Restriction

2002-12-10 Thread Jeffrey_N_Dyke
] MSSQL Text Length Restriction 12/10/2002 10:35 AM

RE: [PHP-DB] MSSQL Text Length Restriction

2002-12-10 Thread Adam Voigt
] mm.com cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] MSSQL Text Length Restriction 12/10/2002

RE: [PHP-DB] MSSQL Text Length Restriction

2002-12-10 Thread Adam Voigt
] Subject: RE: [PHP-DB] MSSQL Text Length Restriction(Document link: Jeff Dyke

RE: [PHP-DB] MSSQL Text Length Restriction

2002-12-10 Thread Rich Gray
Adam IIRC this is a known problem with the native php SQL Server APIs which were built using the original TDS drivers based on v6.x of SQL Server which did not support NVARCHAR data types... if you can't change the datatype to TEXT then try a cast. Failing that does it work if you use ODBC

RE: [PHP-DB] MSSQL Text Length Restriction

2002-12-10 Thread Rich Gray
instead? Rich -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 16:01 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] MSSQL Text Length Restriction Uncommented, and set to the max value (2147483647). No effect. On Tue, 2002-12-10 at 10