G
Guest
Hi ther
SELECT TOP 10 House, LivingRoom, DiningRomm, Den, [Date], FamilyRoom, BedRoom1, BedRoom2, Notes, [Number], Kitchen, Deck FROM MyRecords ORDER BY Number DES
I have a data adapter I am trying to configure and when I enter the aboue query in the Adapter Wizard Dia box it says there is an erro
The aim is to fill a dataset with only the last ten rows of data in decending order. Ironicaly, when I enter the same statement into OleDbCommand, it works
Please hel
SELECT TOP 10 House, LivingRoom, DiningRomm, Den, [Date], FamilyRoom, BedRoom1, BedRoom2, Notes, [Number], Kitchen, Deck FROM MyRecords ORDER BY Number DES
I have a data adapter I am trying to configure and when I enter the aboue query in the Adapter Wizard Dia box it says there is an erro
The aim is to fill a dataset with only the last ten rows of data in decending order. Ironicaly, when I enter the same statement into OleDbCommand, it works
Please hel