-
I have to build a calendar where the information inside it is all database driven. How would I do this without opening and closing the database 31 times each month?
I already have the calendar built, it's just populating the days that is the problem.
-
What about storing all the data from the database query for a particular month in an XMLDOM and reading it to populate ur calender...
Sonia
-
That sounds great but I have no idea how I would do that. Does anyone have any suggestions?
-
Are you using ASP soley or are you combining ASP into your VB program?
-