473,386 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Access in a multi-user environment not functioning

133 100+
i have an application that has set up as a multi-user environment, through the options, Tools, Advanced, settings as follows:

Expand|Select|Wrap|Line Numbers
  1. DDE operations: Enable
  2. OLE/DDE timeout (sec): 30
  3. Refresh interval (sec): 60
  4. # of update retries: 2
  5. ODBC refresh interval (sec): 1500
  6. update retry interval (msec): 250
  7.  
  8.  
  9. Default File Format: 2002 - 2003
  10. Default open mode: Shared
  11. Default record locking: no locks
  12.  
  13. Selected: Open databases using record-level locking
  14.  
  15.  
  16.  
Occasionally, users have issues access the database.
Oct 6 '10 #1
3 2357
MMcCarthy
14,534 Expert Mod 8TB
The recommended setup for a multi user environment is to split out the backend data into its own file on the server and then give each user their own executable frontend.

Otherwise you will often have problems with the database lock file.
Oct 6 '10 #2
MMcCarthy,

That sounds very similar to a problem I'm having. I have a split access database with up to fifty simultaneous users. The back end is on a server. I put the front end on the server as well in a different location, but it is still locking often. If I distribute a front end to all of the users for them to store locally on their machines, will that stop it from locking? That seems to be what you are saying, but I wanted to check.
Feb 16 '11 #3
dowlingm815
133 100+
My error occurs during the creation of a table via a SQL statement. Therefore, it will be replaced by create table code to avoid mis-naming a fields' properties. I would guess there is a more efficient way, but I don't have time to research.
Feb 16 '11 #4

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

Similar topics

3
by: Diane Yocom | last post by:
Has anybody ever seen or written code for ASP that would mimic Access' multi-column combo box? Specifically, I have a drop down box that lists about 100 five-digit codes. Each of these codes has...
4
by: MSD | last post by:
I am running a report that uses a query as its record source and opens a form collecting beginning and ending item numbers to feed to the query. This works, but now I'm trying to use the result of...
41
by: Ruby Tuesday | last post by:
Hi, I was wondering if expert can give me some lite to convert my word table into access database. Note: within each cell of my word table(s), some has multi-line data in it. In addition, there...
6
by: mike parr | last post by:
I am just starting using Crystal Reports.NET with VS.NET 2003 and I can create a report and open it up in my webpage fine. However, I am now trying to export the report, and I keep getting the...
7
by: Stephen Martinelli | last post by:
Can anyone tell me why this statement works with sql server with VB.net but crashes when run against a access mdb?....What do I need to change here guys? Update tblInvoice set ar_totalPaid =...
1
by: crystalgal | last post by:
Hello. I am tring to create a form that multi people use perhaps at the same time to enter daily counts for their production output. Scenario: There is 10 offices. I created 10 tables named after...
8
by: Gerhard Fiedler | last post by:
Hello, I'm not sure whether this is a problem or not, or how to determine whether it is one. Say memory access (read and write) happens in 64-bit chunks, and I'm looking at 32-bit variables....
3
by: jim | last post by:
Each night, a scheduled task copies certain information from an MS Access db to a MySQL db that serves as a data warehouse. I would like to begin replicating multi-value fields from Access to...
3
by: needanswer | last post by:
Can I save values from the multi same form? How? Sample: on this form - one datagridview, one textbox, one combobox. Thanks.
6
by: Jiujing | last post by:
I need to use this tabbed form. Some of the select fields in one tab is the same as those in the other. How do I change the selection in tab 1 and get the same field in tab 2 changed? Please see...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
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...

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.