(PHP 4, PHP 5, PHP 7)
Get cursorname
string odbc_cursor ( resource $result_id )
Gets the cursorname for the given result_id.
Parameters:
result_id
The result identifier.
Returns:
Returns the cursor name, as a string.
Please login to continue.