Hi ,
I'm using a store procedure in the php script . when ever I check the store procedure in the query analyzer(mssql),it works fine.
but when ever I use the same store procedure in the php script,it displays the following error
"Warning: MS SQL message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.".
I'm not using the ODBC ,I 'm using the build in functions of PHP for database connectivity.
Thanks a lot
Hussain