Sharing events.mdb |
Post Reply |
Author | |
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
Posted: 30 November 2005 at 10:00am |
I would like to share the database 'events.mdb' with two Xtreme Calendar ActiveX over a network in the same time.
Is there some precautions, to take this database working properly without crashing.
Anybody experiments sharing Xtreme Calendar ActiveX?
Thanks for your advices.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
You can share the database file, but please note that each Calendar instance has its own events cache. It is updated on user actions inside the Calendar, but you will also have to update the data on others Calendar instance. You can use corresponding Calendar events (CalendarControl_EventChanged (Added/Deleted)) to catch data changes of a specific Calendar and forward the event somehow to other instances of your application. The easiest way to refresh Calendar data cache would be Close() a data provider and reopen it again. Another option would be to write your own custom data provider with the required functionality embedded inside. -- WBR, Serge |
|
dentor
Senior Member Joined: 30 November 2005 Location: France Status: Offline Points: 102 |
Post Options
Thanks(0)
|
Thanks for the reply sserge,
That's what I planned to do. So far, it is working well.
Xtreme Calendar ActiveX seems to be a Great control.
|
|
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 |