working out total log on time for display in a datagrid

GordonHM

New member
Joined
Jul 1, 2008
Messages
1
Programming Experience
Beginner
I'm just starting development with Visual studio 2008 and VB.Net (as in Yesterday). and I'm getting thrown in at the deep end, I'm writing a front end to access a SQL Server 2005 database which is monitoring a whole load of log on sessions and various other data, I want to display the data in a grid specifically the total log on time, I'm presuming I need to do the working out of the Length of log on (from a collection of log on and log off times for each agent) in the Dataset object and then have the grid bound to that dataset, how would I go about doing this?
 
Back
Top