cursors
Oracle optimise query avoiding cursors
I\'m working on a piece of sql that I want to开发者_如何学编程 optimize. I have inside a bunch of cursors.[详细]
2023-01-14 11:24 分类:问答using cursors and displaying row numbers
I have declared the following cursor and have used a local variable @RowNo to print the number of each each row.[详细]
2023-01-13 17:04 分类:问答solving a problem with cursors
I have a question. I am working on cursors. Each time, after fetching the last records and printing its data’s, the cursor prints an addition line. To understand what I mean please consider the follo[详细]
2023-01-13 16:44 分类:问答Flex 4 cursor (special hit area)
How I can make a cursor with an image, but th开发者_如何学编程e mouse click area must be at the center of the image[详细]
2023-01-09 21:10 分类:问答Stored Procedure Syntax Error
I\'m an admitted newbie with stored procedures. The following is g开发者_StackOverflow社区enerating a syntax error.[详细]
2023-01-07 14:03 分类:问答Problem with MySQL nested cursors
I have the following bunch of code trying to update a field using 2 cursors the one inside the other. I use the first cursor just to get an id value (1st cursor) and then I get a list of other id valu[详细]
2023-01-06 05:52 分类:问答using SimpleCusorAdapter to populate a ListView for android
I\'m trying to get multiple pieces of data from an SQLite database into a ListView but it doesn\'t seem to be working.[详细]
2023-01-03 12:43 分类:问答Where to find good Windows-compatible mouse cursor images?
I\"d like to find some good, basic mouse cursor graphics (li开发者_运维百科ke the pointing finger used when mousing over a hyperlink).[详细]
2023-01-02 06:39 分类:问答Sending one record from cursor to another function Postgres
FYI: I am completely new to using cursors... So I have one function that is a cursor: CREATE FUNCTION get_all_product_promos(refcursor, cursor_object_id integer) RETURNS refcursor AS \'[详细]
2022-12-28 10:24 分类:问答How can I exit an inner loop and continue an outer loop?
This is a follow-up to my previous question (Thanks for the answer, BTW!) If I have two loops: while @@fetch_status=0[详细]
2022-12-28 05:45 分类:问答