What is the equivalent function for mssql_result, under Microsoft SQL Driver for PHP (sqlsrv)? Please give example of using that function as well. I couldn’t find any details on this online, unfortunately.
What is the equivalent function for mssql_result, under Microsoft SQL Driver for PHP (sqlsrv)?
Share
The closest equivalent seems to be sqlsrv_get_field(). See here for the documentation and code samples:
http://msdn.microsoft.com/en-us/library/cc296207(v=SQL.90).aspx
http://msdn.microsoft.com/en-us/library/cc296152(SQL.90).aspx