Hi all,
when I use the cursor, eg:
How can I test records found?Code:ca = cursoradapter("myVT") ca.setNamedParameter("pkwhere", "someValue") ca.setnamedparameter("defaultnamedparameters", "0") ca.cursorRefresh()
Ok, I can use:
reccount("myVT")
but come like:
ca.reccount() is better..
thanks
Fabio
Bookmarks