This may seem a very simple question, but I am trying to find a way to list say the top 5 values (or less if fewer exist) for each person in a table witout having to resort to cursors.
Here is a simplified version of the problem:
CREATE TABLE tbl1
(
id int IDENTITY NOT NULL PRIMARY KEY...
I have written a small VB.NET application that accesses an mdb database and then dynamically creates controls based upon it's values. A timer runs and refreshes the screen every so often by clearing the current controls and recreating them.
When I run it, unless I close it soon afterwards, it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.