473,480 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Opening database exclusively

I share a database on the network with another user. When she has it
open I am unable to make design changes to tables, forms and reports or
create new ones. This being most of my work, it makes it hard for me to
find time into it "exclusively" without having to request her to close
it every time I need to work with it. Another recent work-around I have
adopted is making a copy of it on my C drive and creating the reports
etc. on it, then importing those objects into the database when she has
gone home. My repeated e-mails to request closure when not in use have
had no effect.

I am looking for a way so that any time I open it up it opens
exclusively for me and she may have read-only access to it.

Any leads?

Thanks
Kevin

Nov 13 '05 #1
2 1398
If anyone has any experience or information on this problem, please
advise.

Thank you.

Nov 13 '05 #2
Split the database into 2 parts (Front End and Back End). Your application
(Front End) will contain all the queries, reports, forms, etc...but NOT
tables. Your tables will be LINKED to the Back End. This way you can make
as many changes to the Front End as often as you like without having to boot
your user out. The only time you will need to boot her out is if you are
making a structural change to the tables. Once your changes are done, just
copy your Front End to the users system and overwrite her file. Make sure
you link the data will a server name like \\MyServer\MyFolder\MyDB.mdb and
NOT c:\MyFolder\MyDB.mdb.

HTH
Paul

<ke*******@hotmail.com> wrote in message
news:11*********************@o13g2000cwo.googlegro ups.com...
I share a database on the network with another user. When she has it
open I am unable to make design changes to tables, forms and reports or
create new ones. This being most of my work, it makes it hard for me to
find time into it "exclusively" without having to request her to close
it every time I need to work with it. Another recent work-around I have
adopted is making a copy of it on my C drive and creating the reports
etc. on it, then importing those objects into the database when she has
gone home. My repeated e-mails to request closure when not in use have
had no effect.

I am looking for a way so that any time I open it up it opens
exclusively for me and she may have read-only access to it.

Any leads?

Thanks
Kevin

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
714
by: PM | last post by:
Has anyone found a way to open a file exclusively where it will fail if the file is already open, i have tried the following _FileStream = new FileStream(@"C:\Data.txt", FileMode.Open,...
7
1587
by: Douglas Buchanan | last post by:
I can't seem to open SQLS2k Stored Procedures in the IDE I am running MDE 2003 Version 7.1.3088 I have a MSDN professional subscription and did a complete install of vs.net Help explains how...
2
1904
by: John | last post by:
Hi My app is in vb.net but the backend db is access. I am posting my question here as there is more access expertise here than in vb.net group. Here is the problem; I am opening a connection...
11
1973
by: MLH | last post by:
My alzheimer moments occur with greater frequency these days, it seems. I sometimes open Access and the same dbase in a second instance and work on items. If I modify a form and discover later...
4
1304
by: OutdoorGuy | last post by:
Greetings, I am receiving the following error message when I try to run a sample application that I've created: "The Microsoft Jet database engine cannot open the file 'C:\MYDATA\Sports.mdb'....
3
7883
by: Russell Read [MSFT] | last post by:
Hi all, I am using VB script in ASP to access a MS Access database. This works fine until I want to access the same db placed on a file share. The code I am using is... 'create connection...
5
2022
by: Burton Roberts | last post by:
When using ASP.NET and an OleDBConnection control I get this error on CNN.Open: "The Microsoft Jet database engine cannot open the file 'C:\A2K\Backups\EdsBe2K.mdb'. It is already opened...
0
1122
by: Marco Castro | last post by:
Im trying to create a system service that will read some records within an access file. From these values I will then be able to see if other software in the system is up to date and install the...
2
2109
by: Enska | last post by:
I have problems connecting my access database I get information .. I cant use my database and I'm administrator on my computer so permission shutnot bee problem, but I dont know Where is the...
0
7037
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,...
0
7080
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...
1
6735
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6895
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...
1
4770
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4476
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...
0
2977
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1296
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 ...
1
558
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.