A best practice when generating DataSet objects is to minimize the number of records returned by SqlDataAdapter objects. This works for VS.NET applications whose users have direct network connections ...
I need to return a query set that contains username, organizationname, and rolename for a given userid. Can someone give me a shove in the right direction? I've been out of full time dev for way too ...