Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
WebSchedule Data provider binding question
posted

Hi,

 

i've been playing around with the Web Scheduling controls, and have successfully setup a test using the WebScheduleInfo, WebScheduleOLEDBProvider, AccessDataSource and a WebMonthView.

 Also, have upsized the demonstration data model into SQL and can run my test using the SQLDataSource and WebScheduleSQLClientProvider ok connecting to the new test schema.

 My main question is, is it possible to map the WebScheduleSQLClientProviders' binding properties to data structures with dirrent name sin my own schema?

 For example, i have a table called 'Trainer' which roughly equates to Resource; I notice that within the ResourceBinding section, it seems to be possible to edit the member fields that will be used, but i cannot get this to work. I was hoping to be able to say:

 Trainer = Resource; and then substitute my own field names for the defaults in ResourceBinding.

I've tried creating a view of my table, and naming this Resource; which seems to work to allow the controls to reference my schema - but i still get errors 'ResourceID does not exist' etc, despite substituting ResourceID for TrainerID in ResourceBinding.

 I have read the documentation on this and searched the net, but cannot find any precise information on whether this is possible.

 

Any help will be gratefully recieved!

 

cheers

jon