Re: [PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread konchim
maybe you set it to "BLOB" can support more char. "B.A.T. Svensson" <[EMAIL PROTECTED]> ???:001701c26877$326ac450$[EMAIL PROTECTED] > > I don't know how to work around this problem; is it possible that this is a bug, > > or that I have to run a certain command on the MS SQL before I fetch tha

RE: [PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread Svensson, B.A.T. (HKG)
> I don't know how to work around this problem; is it possible that this is a bug, > or that I have to run a certain command on the MS SQL before I fetch that variable? No, its a settings problem for you: default column widths are set to 255 characters. > If so, which command would it be? It is

[PHP-WIN] String truncate problem of varchar when interfacing with a MS SQL server

2002-09-30 Thread Filip De Graeve
Hello, First of all I've been looking for days on the net, trying to find a solution before I came here. I've found similar cases, but never a solution... This is my problem: When using the php_mssql extension to access a database (of which I can't make changes to its design) running on MS SQL