Hi
I am looking at the sample and there is no recurrence as part of the example. Looking through the documentation on WebScheduleGenericDataProvider it says:
"The data model for WebSchedule has changed since the addition of WebScheduleGenericDataProvider. First thing you will notice is that the Recurrence table is removed and additional fields are added to the Activity and Resource table. The following table lists the required fields for the different types of data to function correctly in WebSchedule."
I want to create the tables in my own SQL Server database, using the default table names would be ok. Can you please offer some guidance as I am somewhat confused as I also want to implement the Recurrence functionality.
Thank you.
David
Hello David,
Below there is an online sample regarding using WebScheduleGenericDataProvider with AccessDataSource
http://samples.infragistics.com/2010.3/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/WebSchedule_GenericDataProvider_DataSource.aspx~srcview.aspx?path=~srcview.aspx?path=WebSchedule/WebSchedule_GenericDataProvider_DataSource.src
The database regarding this sample can be found here if you have installed the Samples on your machine:
C:\Users\Public\Documents\Infragistics\NetAdvantage 2010.2\ASP.NET\Samples\App_Data\WebScheduleGenericDataProviderSample
If you meet difficulties regarding decoding the Recurrence pattern please take a look at the below forum post:
http://news.infragistics.com/forums/p/37591/218024.aspx#218024
Let us know if you need further assistance regarding this