bryansu Posted May 8, 2006 Share Posted May 8, 2006 Does anyone know what is the usage of ODBC_Cursor. If you do a code belowecho odbc_cursor ($result); // Where $result is result of odbc_doyou will get an output offSQL_CUR00b93488So how exactly you used this odbc_cursor i extracting data from database? Link to comment https://forums.phpfreaks.com/topic/9297-odbc_cursor/ Share on other sites More sharing options...
ober Posted May 8, 2006 Share Posted May 8, 2006 A cursor is a pointer within a recordset returned by the DBMS. There should be no reason to extract anything from the cursor. You just use it to change the position within the recordset. Link to comment https://forums.phpfreaks.com/topic/9297-odbc_cursor/#findComment-34290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.