search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler and Sql Server

Asked by Anonymous
11 years ago.

Hi There,

Is there a tutorial for scheduler using an MS Sql Server Database?

I see there is an SqlLite version but I cannot follow this very well. I cannot see the database structure.

If you could please point me to a tutorial with MS Sql I would be really grateful.

Best Regards,

Steve.

Answer posted by Steve M.
11 years ago.

"I cannot see the database structure."
http://www.daypilot.org/scheduler-tutorial.html

The link above gives the DB structure as a script, which works fine in SQL Server. You'd then use the ADO.Net objects (or a wrapper library, such as Entity Framework) to communicate with your SQL Server instance.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.