[fdo-users] is there a way to have two differents order : orderby
col1 asc, col2 desc
Bruno Scott
bscott at geomapgis.com
Thu May 22 10:46:17 EDT 2008
I can't figure out how to acheive this orderby statement with fdo
Order by col1 asc, col2 desc
We can easily had two order columns with FdoIdentifierCollection*
FdoIBaseSelect::GetOrdering() as it is a collection
But for FdoIBaseSelect::SetOrderingOption( FdoOrderingOption option ) we
can only specify one option, either FdoOrderingOption_Ascending or
FdoOrderingOption_Descending
Bruno Scott
--
View this message in context: http://www.nabble.com/is-there-a-way-to-have-two-differents-order-%3A-orderby-col1-asc%2C-col2-desc-tp17405893p17405893.html
Sent from the FDO Users mailing list archive at Nabble.com.
More information about the fdo-users
mailing list