Can Curval() and OldVal() be used with cursoradapter cursors?
I get an error 1585 (update conflict) when I save changes to 1st cursor after saving changes to 2nd cursor. But when I try to resolve the conflict, the changes from the 2nd cursor (which are now in the underlying table don't show up...
Trying to do an incremental search.
Created cursor adapter that contains a cursor with insurance adjuster full names in 'adjuster' field (John Doe, Jane Doe, etc).
My select command is:"select distinct ins_info.adjuster from ins_info".
Also after cursor is created I create an index: INDEX...
How do you retrieve a Primary Key from a table that has been automatically generated using auto increment? The auto generated PK is the only field that is unique.
Using a cursor adapter to insert a new record, how can I retrieve the Primary key so that it can be used as a foreign key in another...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.