|
Combo Boxes Based on Ordered Views with SQL 2005 Don't WorkProvided by: Michelle Swann, Vice President of Professional Solutions GroupIf you create an ordered view in SQL 2005 and bind a combo box to that view, the combo box will not be sorted properly. Create a stored procedure instead of a view and bind the combo box to the stored procedure. |