selecting datatype text from mssql

admin

Administrator
Staff member
Hi,
I've been having problems trying to select "text" fields from a mssql database. I am working on a linux machine which I have finally got working using freetds (--with-tdsver=7.0 ), php 4.04 (The dynamic libphp4.so ) and apache 1.3.20.
However, whenever I select from an mssql column which has a datatype of "text" then the php page returns no data to my browser. There are no error messages and even stuff which is echoed further up the page than the mssql_query isn't output. It all seems to be working fine to select varchars and ints...
Has anyone come across something like this before?
Thanks for any help,
Kelvin.
 
Back
Top