[Gambas-user] Order By Clause

Lewis Balentine lewis at ...3412...
Sat Jan 10 14:16:39 CET 2015


Is there any way to sneak an "order by" clause into a Datasource or 
Dataview.

I did try putting a complete SQL statement in place of the Table name 
but that results in a read-only result regardless of the value of the 
Datasource.ReadOnly property.

I know I can set the Sort poperty true to allow resorting by a 
particular column but I would like to have control of initial order by a 
combination of columns (i.e "order by StartDateTime, Channel, Status").

Regards,

Lewis Balentine




More information about the User mailing list