Data Sources |
Post Reply |
Author | |
bfelknor
Newbie Joined: 24 July 2008 Location: United States Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 14 October 2009 at 1:22pm |
I am working with custom data from multiple sources -- none of them SQL, MDB, ADO.... Do I need to create an ADO recordset, add my data to it and then use that as the data source for the Calendar ?
If so, can I have a tip on how to construct such a data source ?
I'm working in VB.
Thanks.
|
|
Bruce
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
We have a script for sql that creates the tables needed, I'm sure looking at it you can see what needs to be added. When using the custom data provider the calendar really does not care and has no idea how the data is stored. All it does is fire the Doxxxxx events and you must take the information the calendar gives you and store it however you wish, then when the calendar asks, you retrieve that information and then give it to the calendar int he format it requires.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |