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 > Informix return more than 100 rows throug a view

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-25-06, 07:48
linux linux is offline
Registered User
 
Join Date: Nov 2003
Location: sweden
Posts: 17
Question Informix return more than 100 rows throug a view

Hi,
I have view which collect data from diffrients tables, and all these columns which is in this view are indexed at the orginal tables, my problem is when I run this view and this view return about 5000 rows, I cunt get all these rows at the same time, it return about 100 rows then the view take a break and then return more 100 and agien a break and then gives 100 rows. My quetion is dos any body know how get more than 100 rows at time ?

Thanks in advance
__________________
Linux
Reply With Quote
  #2 (permalink)  
Old 02-27-06, 08:46
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please, run select from view into temp xxx with no log, then select from temp table.

Gustavo.
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