B
Brian Henry
how would i do this in ado, im reading from an access db which has a column
with numbers.. i want to find the top 5 highest numbers's rows... i have
SELECT TOP 5 * FROM LINKSLIST;
what would i do to find the ones with the highest numbers in the viewed
column? thanks
with numbers.. i want to find the top 5 highest numbers's rows... i have
SELECT TOP 5 * FROM LINKSLIST;
what would i do to find the ones with the highest numbers in the viewed
column? thanks