Collections:
PHP ODBC - Returning Result Set Objects
PHP ODBC - What Is a Result Set Object Returned by odbc_exec()?
✍: Guest
A result set object is a logical representation of data rows returned by odbc_exec() function on SELECT statements. Every result set object has an internal pointer used to identify the current row in the result set. Once you get a result set object, you can use the following functions to retrieve detail information:
⇒ PHP ODBC - odbc_fetch_array() - Looping through Returning Rows
⇐ PHP ODBC - odbc_num_rows() - Number of Affected Rows
⇑ SQL Server FAQs - PHP ODBC Functions - Managing Tables and Data Rows
2024-05-29, 1708🔥, 0💬
Popular Posts:
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
Where to find tutorials to answer some frequently asked questions on Microsoft SQL Server Transact-S...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
What Is ISAM in MySQL? ISAM (Indexed Sequential Access Method) was developed by IBM to store and ret...