Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Informix > RE: FOREACH cur...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 13938 of 14272
Post > Topic >>

RE: FOREACH cursor sequence

by "Jarrod Teale" <Jarrod.Teale@[EMAIL PROTECTED] > Apr 29, 2008 at 04:33 PM

The index is only clustered until the next record is inserted into the
table. Then there is no guarentee that the  data will be stored in a
sequential order (the new record will go into the next available page,
it will not reorder the table data to keep it sequential as time
continues.

Jarrod

-----Original Message-----
From: shahid.mehmood [mailto:shahid.mehmood@[EMAIL PROTECTED]
 Tuesday, 29 April 2008 3:17 p.m.
To: Jarrod Teale; falconsoon@[EMAIL PROTECTED]
 informix-list@[EMAIL PROTECTED]
 RE: FOREACH cursor sequence

If you have CLUSTERED INDEX (index in the ORDER that you need) on the
table then you can get rows in sequence without ORDER BY clause ...
=20

-----Original Message-----
From: informix-list-bounces@[EMAIL PROTECTED]
 On Behalf Of Jarrod Teale
Sent: Monday, April 28, 2008 08:28
To: falconsoon@[EMAIL PROTECTED]
 informix-list@[EMAIL PROTECTED]
 RE: FOREACH cursor sequence

If you want to control to order, add an ORDER BY clause to the query
that the cursor is running.
Otherwise you have no control of the order - the rows will be returned
as the database finds them.

Jarrod Teale

-----Original Message-----
From: informix-list-bounces@[EMAIL PROTECTED]
 On Behalf Of
falconsoon@[EMAIL PROTECTED]
 Monday, 28 April 2008 3:22 p.m.
To: informix-list@[EMAIL PROTECTED]
 FOREACH cursor sequence

I have a table with row 1, row 2, row 3, and etc.
If I use foreach cursor to loop through the rows, will the rows been
retrieved in sequence, i.e. follow row 1, row 2, row 3, and etc
sequence? Or it will been retrieved without follow the original
sequence, i.e. may be row 2, row 1, row 3, and etc?

Thanks for anyone who can help to clarify it.
Thanks.
_______________________________________________
Informix-list mailing list
Informix-list@[EMAIL PROTECTED]
 mailing list
Informix-list@[EMAIL PROTECTED]
 email contains confidential information and may be legally =
privileged. If you are not the intended recipient or have received this =
email in error, please notify the sender immediately and destroy this =
email.
You may not use, disclose or copy this email or its attachments in any =
way.
Any opinions expressed in this email are those of the author and are not =
necessarily those of the Fonterra Co-operative Group.
http://www.fonterra.com/
 




 1 Posts in Topic:
RE: FOREACH cursor sequence
"Jarrod Teale"   2008-04-29 16:33:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Sun Jul 6 16:52:02 CDT 2008.