SunQuest
 
           Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today!
  #1  
Old September 24th, 2004, 07:36 AM
kiran_karnati kiran_karnati is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Braunschweig , Germany
Posts: 39 kiran_karnati User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 44 m 5 sec
Reputation Power: 4
Send a message via Yahoo to kiran_karnati
Unhappy suggest me in changing a normal Access databse to a muluser system.

Hallo this is Kiran,

I have a MS-Access database which I have been creating since 3 months.

When we have started this project we did not know that this could be a multi user system, but now they are asking this access database in a multi user environment.

Our IT professionals have suggested me that Access database can work as a multi-user database. So I want to use this is as a multi user database.

One of the requirements for my multi user database is – there should not be any difference from working online and offline.

So I have to copy the required data to the client system and show that data onto the form.



NOW I have a problem, Selecting the data from the server and inserting it into the client system is ok.

In my stand alone Access database the forms are directly connected to tables so I did not write any code to show data onto the form. Even now If have to write I know how to show one record onto the form.

But the problem with my main form is this form has another sub form on it and that sub form is in datasheet view to show the 1 to N relation between the main form and sub form.



How can I show all data’s onto a datasheet form.



So can any one suggest how to proceed with my MS-Access database in converting it as a multi-user system?



On Monday I have to start this, if any one can suggest me about this that would be great for me.



I am attaching my main form which has a subform in datasheet view. If you want to have a look how it looks? Please have a look. And please suggest me how to proceed.



Any way thanks for paying attention on my problem.



Kiran Karnati.
Attached Images
File Type: jpg mainformshot.JPG (96.0 KB, 215 views)

Last edited by kiran_karnati : September 24th, 2004 at 07:41 AM. Reason: forgot a few words.

Reply With Quote
  #2  
Old September 24th, 2004, 08:01 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 18 h 33 m 48 sec
Reputation Power: 180
www.mvps.org is a good starting point.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old September 27th, 2004, 03:15 AM
kiran_karnati kiran_karnati is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Braunschweig , Germany
Posts: 39 kiran_karnati User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 44 m 5 sec
Reputation Power: 4
Send a message via Yahoo to kiran_karnati
Question

Haiii
Thanks for your reply...
My problem is my forms are directly connected to the underlying tables. So if I open the access databse which is kept in the shared folder and has access from every computer, the that Access file is getting locked and no other user can open that from other computer it is saying that some user opened and locked the data.
May be it is possible to open Access database and work on it in multiuser environment but I think I have to adjust any property of the databse or forms to make it work , If you already did it can you pelase help me.
Thank you ,
Kiran Karnati.

Reply With Quote
  #4  
Old September 27th, 2004, 04:35 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 18 h 33 m 48 sec
Reputation Power: 180
Try reading the Access help, there is a chapter on multi-user use.

Reply With Quote
  #5  
Old September 28th, 2004, 02:22 AM
kiran_karnati kiran_karnati is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Braunschweig , Germany
Posts: 39 kiran_karnati User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 44 m 5 sec
Reputation Power: 4
Send a message via Yahoo to kiran_karnati
haii
Thank you Doug G I have read somethings and now I have Splitted my database and I put my back-end in a shared folder and front-end in every system which has access to that shared folder. it is working very good, with out changing anything it is working perfectly.
I want to say what I did to get this great functionality here so that others can know it.
I did only 2 very small modifications or setting changes, they are :

1. changed the 'Open mode' property of the database which I can find in the
Tools-> Options->Advanced->Openmode . to " shared"
2. For every form change the 'Record Locks' property to "No Locks" so that no records will be locked and if you are trying to open a form which shows the first record by default then those forms will also work perfectly.

as one of my forms is showing data , it was't opened from more than one system before I change the record locks property to " No locks".

Have fun there.
Kiran Karnati.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > suggest me in changing a normal Access databse to a muluser system.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway