Multi-User Access DB - Best method - Please Help |
Post Reply |
Author | |
vbuser
Newbie Joined: 22 January 2004 Status: Offline Points: 39 |
Post Options
Thanks(0)
Posted: 09 October 2007 at 2:17am |
I've read your article: http://codejock.com/support/articles/com/calendar/cp_3.asp
I am still not clear what the best and simpler method is; can you please give me your recommendation, bound, memory, etc.
I have a working VB6 demo app using the built-in access data provider. This app. will be used in a multi-user enviroment, I also like to add custom fields and I'd like to use an 'employees' table instead of your resources table for resources... Should I work with data in memory & save every time there is a change? Should I modify the SQL custom class to use Access instead, I dont really want to create myselft a big mess of a problem hard codeing all this if I could find a way around to use the built-in access provider and just use some code to 'adapt' to my needs... I could just keep the resources table and update it from my 'employees' table for example.
When is best to refresh/re-load data to make sure all computers can see the current calendars? Can you give me an example? Thank you!
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
You can use regular Access data provider for all your tasks, except: "and I'd like to use an 'employees' table instead of your
resources table for resources". The problem is that all table names are hardcoded.
To use another names (and/or data structure), you have to implement custom data provider as described in the article, including writing of custom SQL scripts, and so on. -- WBR, Serge |
|
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 |