G
Guest
Hi ther
"SELECT TOP 10 [Fields] FROM [TableName] ORDER BY [Field] DESC"
I want to use the above code to create a query in the OleDbDataAdapter1 (Wizard)
The aim is to fill a dataset with only the last ten rows of data in decending orde
My Table name is "MyRecords" and the name of the sort column is "Number
Everything I try gives an error in the Wizar
Can some say how I can modify this statement so it work
"SELECT TOP 10 [Fields] FROM [TableName] ORDER BY [Field] DESC"
I want to use the above code to create a query in the OleDbDataAdapter1 (Wizard)
The aim is to fill a dataset with only the last ten rows of data in decending orde
My Table name is "MyRecords" and the name of the sort column is "Number
Everything I try gives an error in the Wizar
Can some say how I can modify this statement so it work