Re: SQL Server 2005 Stored Procedures in PHP with TDS Version 8.0 don't work (7.0 works well)
Frediano Ziglio <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Il giorno 13/lug/2010, alle ore 18.53, Stallon Selvan <[email protected] > ha scritto: > freetds.conf: > [MYDB] > host = 192.168.1.11 > port = 1433 > tds version = 7.0 > client charset = UTF-8 > > This works perfectly however if I switch to tds version = 8.0 > (which I want > to), throws exceptions like: > > The incoming tabular data stream (TDS) remote procedure call (RPC) > protocol > stream is incorrect. Parameter 2 ("@bPublic"): Data type 0x32 is > unknown. > > Additionally sometimes, giving me the following errors in some stored > procedures > > stored procedure execution failed in /home/wwwuser/public_html/ > db.mssql.php > on line 558. > user warning: Error: - Changed database context to 'Staging_DB'.e > > Regards, > Stallon Selvan > Please post a tdsdump. Freddy77