Viewing 5 posts - 1 through 5 (of 5 total)
If you are using dot net as your dev platform you can have multiple "data Tables" in one Dataset and addres them like so:
DataGrid1.DataSource = DataSet.Tables(0)
DataGrid2.DataSource = DataSet.Tables(1) etc.
October 4, 2005 at 2:19 am
Hi there
Is there any way to apply the same principle to a series of records with start date / end dates and then to determine where the gaps are.
Regards
Peet
September 27, 2005 at 7:01 am
Have a look at : http://www.geocities.com/d0mn4r/dSQLSRVD.html or http://www.sql-shield.com/decrypt-stored-procedure.html
Good luck
Peet Schultz
August 1, 2005 at 6:47 am
Hi Jesper
Thanks for your post. This seems to work fine. The real-world issue is as follows:
This is a mining/Payroll application where the person (represented by the Resource Tag) may have...
July 29, 2005 at 2:41 am
Viewing 5 posts - 1 through 5 (of 5 total)