Collections:
What Is a Result Set Object in MySQL
What Is a Result Set Object in MySQL?
✍: FYIcenter.com
A result set object is a logical representation of data rows returned by mysql_query() 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:
⇒ Looping through Query Output Rows in MySQL
⇐ Inserting Rows with a SELECT Statement in MySQL
2017-09-20, 2761🔥, 0💬
Popular Posts:
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...