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:
  #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: 6
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, 246 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 5 Days 9 h 9 m 36 sec
Reputation Power: 182
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: 6
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 5 Days 9 h 9 m 36 sec
Reputation Power: 182
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: 6
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





 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

 

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





© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek