Questions tagged as 'cursor'

1
answer

Could not read row 6, col 6 from CursorWindow. (ANDROID)

Good morning I'm trying to fill in a two-dimensional array, with data from my DB SQLite. But the following happens: It's my first time with SQLite, by the way, and I was trying to find out if there was something like a "Result Set" or a "D...
asked by 07.11.2017 / 00:10
1
answer

Caret position at the end in jformattedtextfield

I have a jFormatted textfield with a numeric mask. This means that when you click on the field, the cursor is positioned where the user has clicked, instead of at the beginning, since it is filled with placeholders . How can I modify this, k...
asked by 20.07.2017 / 16:54
0
answers

Update with Cursor in Oracle

I have several doubts about the use of cursors in ORACLE especially to update records, in several places I read that the declaration of the cursor is done with the CURSOR parabra in the declare, but in my work they have declared cursors in Store...
asked by 21.02.2017 / 17:59
0
answers

Oracle - Entity Framework - Stored Procedures - Cursors

Any ideas to solve the following: Current Scenario. I have stored procedures in Oracle which return the result of a Select in a cursor. This procedure is mapped with EF, which automatically generates a complex class based on the cursor column...
asked by 18.11.2016 / 15:15
2
answers

SELECT within a CURSOR

I have the following cursor: The idea is to consult a list of "Demands", the interesting thing is that some are created by users and others automatically by the system, within the list you want to know which are created by user and whic...
asked by 21.03.2017 / 07:16