ODBC_Cursor --> how to use it?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bryansu
Forum Newbie
Posts: 9
Joined: Mon May 08, 2006 2:53 am

ODBC_Cursor --> how to use it?

Post by bryansu »

Does anyone know what is the usage of ODBC_Cursor. If you do a code below

echo odbc_cursor ($result); // Where $result is result of odbc_do

you will get an output off

SQL_CUR00b93488

So how exactly you used this odbc_cursor i extracting data from database?
Post Reply