Simple Database Question
14 years ago.
Hi I'm using MVC3 and I want to take events from a database that stores Appointments that are in certain conference rooms. The Appointments have all the fields that Events do and then some. I just want to know how to use my database directly instead of putting the data into a DataTable like in your example(s) and in the EventManager class. Thanks
DayPilot