P
PSI
If no explicit sorting is specified on a query are the records
returned "guaranteed" to be in the same order as created?
(ie implicitely sorted on the primary key? )
I have a list box loaded from a table where selecting the last entry
has some extra meaning ( ie "Other" causes an edit field to be
enabled. ). I was hoping to avoid having an extra field in the table
to indicate which one is "Other". I also didn't want to hardcode a
string compare becausethe data loaded may may be a different language
).
Thanks
Frank
returned "guaranteed" to be in the same order as created?
(ie implicitely sorted on the primary key? )
I have a list box loaded from a table where selecting the last entry
has some extra meaning ( ie "Other" causes an edit field to be
enabled. ). I was hoping to avoid having an extra field in the table
to indicate which one is "Other". I also didn't want to hardcode a
string compare becausethe data loaded may may be a different language
).
Thanks
Frank