If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > limit rows using informix standard edition 7.2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-09, 11:36
gpichai gpichai is offline
Registered User
 
Join Date: Sep 2009
Posts: 3
limit rows using informix standard edition 7.2

I tried using cursors in stored procedure, I guess ISE does not support
dynamic queries/cursors in stored procedure. ISE does not support 'SKIP 5 FIRST 5'

we have thousands of records in our database.
I need to be able to bring first 100 and then the next hundred records, and so on using java..

Please someone suggest me how to do this in an easy and efficient way using
java?? Any suggestion is highly appreciated..
Reply With Quote
  #2 (permalink)  
Old 09-25-09, 21:41
ceinma ceinma is offline
Registered User
 
Join Date: Apr 2007
Location: Jundiai / SP - Brasil
Posts: 311
I don't know if Informix SE support the WITH RESUME option on the STORED PROCEDURE and how java will behave with this option...maybe can help you.

Google Translate
WITH RESUME Keyword
__________________
________________________________________
César Inacio Martins
Jundiai / SP - Brasil
http://www.imartins.com.br/informix - em Português
http://www.imartins.com.br/informix - English (translated by Google).
________________________________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On