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
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