[EMAIL PROTECTED] wrote: > Hy > > General Question: > What is the prefered way to realise a "cursor" scenario in a SAPDB ODBC > PHP environment. Cursor scenario means there is a screen which displayes > a subset of all fields of one dataset (all data of one row of a database > table). With a NEXT and a PREVIOUS button I should be able to scroll throu > all datasets (rows). The rows can be ordered by any database field -> there > is no general available row numbering. >
You cannot use a cursor in web web environment as you will never know when to close it. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
