|
That indicates that your query has failed.
Use this to find out why: $resource=sqlsrv_query($conn, $query) or die(print_r(sqlsrvr_errors(), true));.
Interesting enough, the sqlsrv_query appears to accept either a string query or a bindable prepared type. Neat.
|