Re: [PHP-WIN] weird problem php mssql

2005-01-13 Thread Frank M. Kromann
Are you using the same SAPI and context on both maschines? The mssql extension can give different results depending on the context the driver is used in (OEM to ansi convertion). If your data is stored in a binary column (not a text column) it should not matter though. - Frank > Hi, > I've st

[PHP-WIN] weird problem php mssql

2005-01-11 Thread Davide
Hi, I've strange problem with a blob field in a mssql db containing a ms word document: $conn = mssql_connect('hostname','x','y'); mssql_select_db ('docs'); $i_result=mssql_query('Select * from documenti_file where file_esercizio_doc = 2004 and file_id_doc = 200'); $ar_row = mssql_fetc