473,785 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multiuser application

64 New Member
Hi Everyone!!

Need your help.

I have created a ms access database with tables and forms in it. It is a single .mdb file.

Now I want to make it to be used by multiple users. means 10 people can open same form at the same time and do the data entry. What steps do i need to follow to make it multiuser application.

Please help.

Thanks,
Yogesh
Jun 12 '07 #1
4 2013
hyperpau
184 Recognized Expert New Member
Hi Everyone!!

Need your help.

I have created a ms access database with tables and forms in it. It is a single .mdb file.

Now I want to make it to be used by multiple users. means 10 people can open same form at the same time and do the data entry. What steps do i need to follow to make it multiuser application.

Please help.

Thanks,
Yogesh
You must have a network for the computers that users would be used.

Then paste the database you created on the shared network folder.
That means all users from different computers open this database
from the same location (folder). So changes made on both computers are saved
on the same file.
Jun 13 '07 #2
ykhamitkar
64 New Member
You must have a network for the computers that users would be used.

Then paste the database you created on the shared network folder.
That means all users from different computers open this database
from the same location (folder). So changes made on both computers are saved
on the same file.
Thanks for your inputs!!

I need to create a client server application where the user has a front end and a common database is stored in a shared drive.

Could please tell me what are the steps to create a client server application

Thanks,
Yogesh
Jun 13 '07 #3
Lysander
344 Recognized Expert Contributor
Thanks for your inputs!!

I need to create a client server application where the user has a front end and a common database is stored in a shared drive.

Could please tell me what are the steps to create a client server application

Thanks,
Yogesh
You need a mapped drive and folder on the server, that is the same on every PC. For example, I use Z:\Bissau

Assuming your database is called mydb.mdb, copy it onto the server and rename it mydbdata.mdb. Put another copy on the server, call it mydbcode.mdb. Now on mydbdata and delete all querys, forms, reports, macros and modules, i.e. just leave the tables.

Now go into mydbcode and delete all the tables. Then go into the File menu option, Import, and select Link Tables. You are presented with a browse button, select mydbdata and select all tables.

You now have a code db that you can copy onto each of your pcs, which links to the data db on the server. Each PC must map to Z:\bissau (or your own folder and drive)

The code db can go anywhere, but the data db must stay in the drive and folder you used to link it with, on all PCs

oh yes, I forgot, take a backup before you start this, just in case
Jun 13 '07 #4
hyperpau
184 Recognized Expert New Member
You need a mapped drive and folder on the server, that is the same on every PC. For example, I use Z:\Bissau

Assuming your database is called mydb.mdb, copy it onto the server and rename it mydbdata.mdb. Put another copy on the server, call it mydbcode.mdb. Now on mydbdata and delete all querys, forms, reports, macros and modules, i.e. just leave the tables.

Now go into mydbcode and delete all the tables. Then go into the File menu option, Import, and select Link Tables. You are presented with a browse button, select mydbdata and select all tables.

You now have a code db that you can copy onto each of your pcs, which links to the data db on the server. Each PC must map to Z:\bissau (or your own folder and drive)

The code db can go anywhere, but the data db must stay in the drive and folder you used to link it with, on all PCs

oh yes, I forgot, take a backup before you start this, just in case
There's no better way to say it than how you did. :)
Jun 13 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

4
2362
by: Pablo | last post by:
At my current job I've been tasked with maintaining a very old C++ application written largely in ANSI c++ in what I believe to be with an old DOS based Borland compiler. I'm trying to add a simple event logging component to the application. Initially I began with a simple: fstream dumpfile dumpfile.open(fname,std::ios_base::out | std::ios_base::app); //Event log occurs
0
430
by: Durai | last post by:
Hello All, How to test the "Multiuser testing" in PostgreSQL?. I used the apache bench "ab" tool for this one. The following command execute the "test.php" 50 times concurrently. $ ab -c 1 -n 50 http://127.0.0.1/test.php The test.php file contains the following contents:
2
1774
by: marifusman | last post by:
Acees 2.0 application when user run application it give following error. The database is opened by user "Admin" on machine "abc". you can not open this database exclusively. Please help me usman
1
1365
by: r.raj | last post by:
I have a database application with Jet Engine accessing msaccess,though in a machine.How can I make multiuser out of minimum effort. try giving some tips and tricks.
0
1721
by: s | last post by:
I need to develop a multiuser database application to be used by four people(The number of users are not likely to increase). It is for storing records of different versions of particular papers. I am new to building such an application. I would like to know what would the requirements be for using Access as the means for building the multiuser database. Two of the four use Access 2000(running Windows 98) and other two use Access...
2
2336
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi! I started working with .NET and I have some doubts about how to work with multiuser database. I am using VS2008 with MySQL through ODBC for Windows Form. 1. Is it correct to create a DataSet with all tables in the form load? And how can I be notified if some other modifies the database, to update the DataSet? 2. What is better: to update the database via DataSet or via SQL command?
6
2025
by: lukethegooner | last post by:
I would appreciate any comment. I want MS Access to act as a reporting tool accessing Oracle tables. The Oracle database is populated by another database application, but this application cannot create the report I want in this situation. I can easily develop the application I need to create the report and I'd like to deploy this tool as a published application over Citrix so users can simply fireup Access, run the report and print.
6
1877
by: annamalainagarajan | last post by:
Hi Genius, vanakam i developed a application with msaccess as a backend and vb6 as a frontend tool, it can work in a stand alone machine. now i want to convert as multiuser application, at the same time more than one user my access the same table such as billing, payment entry,payment recived entry. how can i implement this one. pls anybody give idea. pls.............................................
0
2860
by: raamay | last post by:
I am new to VB.Net but since i have a good experience in VB6(having developed 2 to 3 desktop applications), i find no problem coping with the new environment at this stage. Well, i am planning to learn VB.Net and want to kickoff with development of a database application which is multiuser in nature. But as of now, i have not developed multiuser applications even in VB6. Now i want to get some advises before i move ahead. I want to know...
0
9481
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10336
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10155
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9953
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5383
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5513
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.