I have a calendar application that could use some of the functionality of 9.2. My question is, what has changed, *exactly* with regard to the WebScheduler. How would I need to change my schema/procs etc. I don't want to just have the install run a script and blow away my schema.
Thanks!
The NetAdvantage installer doesn't run a script on your DB that blows away your schema, so you never need to worry.
There is a SQL upgrade script that you would need to run manually in order to upgrade a standard WebSchedule schema version 2 (6.2 through 9.1) schema to work on WebSchedule 9.2 or higher, it is briefly described here:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.2/CLR3.5/html/WebSchedule_Update_Data_and_Stored_Procedures.html
If you have customized your schema from WebSchedule schema version 2, then you will want to examine this upgrade SQL script and adapt your existing custom schema accordingly (for instance, change column and table names in the stored procedures to fit your own column and table names).
Some of the changes that stand out to me:
WebScheduleGenericDataProvider has a different schema that anticipates new development. It's a new and different approach compared to WebSchedule schema version 2.