Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What Is a Result Set Object
What Is a Result Set Object? - MySQL FAQs - Managing Tables and Running Queries with PHP Scripts
✍: 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:
2007-05-10, 4730👍, 0💬
Popular Posts:
What is the difference between include directive & jsp:include action? Difference between includ...
What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= +...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
What will the following piece of code do? int f(unsigned int x) { int i; for (i=0; x!=0; x>&a...
What is Shell scripting A shell script is a script written for the shell, or command line interprete...