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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.