I have a PHP/Apache connection to MS SQL
2000 using the sybase php db library calls
that begin with mssql_xxx(...)
It all seems to work except calling stored
procedures. They execute without error,
but I get not results back, no errors, nothing.
Using PHP4.1.1. compiled with-sybase.
Anyone else encounter and/or solve this problem.
As a work around,
Have tried with-unixODBC and freetds drivers (7.0),
can connect, but will not do mssql_db_select.
Gene