473,405 Members | 2,373 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,405 software developers and data experts.

usys Table Question

110 100+
All,

I (think) I have a problem because I used a usysTable in my database (that is to say, I have a table for system users and I named the table 'usysUsers'). I did this for no reason other than I learned that Access will treat the table as a system table (i.e. hide the table when unchecked). I recognize that this offers nothing.

In any event, I believe that anytime a user accesses the usysUsers table that the entire database is placed in a locked state. (i.e. I get the query messages 'due to lock violations').

This table is only used for the users log and is rarely accessed by admins. However, if this is causing the problem, I can change this with only moderate headaches resulting in the front end.

Before doing so, however, I wanted to ask the question of you - does accessing a system table (specifically a usys table) lock the database.

As always - thank you all so very much for your help and expert opinions - Happy Spring!

Gunner
Mar 20 '14 #1
4 2163
zmbd
5,501 Expert Mod 4TB
depends on where the table is...
- Split database, frontend, shouldn't be an issue.
- Split database, backend, because the table is potentially locked by the first user, any subsequent users may have issues. This will depend on how the records are being locked.
- AllInOne file, then the table is most likely locked by the first user to open the file and access the table.

Otherwise, I've not had any issue using the usys prefix and I use it quite often to help keep the causual users out of sensitive information.
Mar 20 '14 #2
dgunner71
110 100+
Thanks, ZMBD -

The table is located in the back end. I could understand if only the usysTable was locked but the odd issue I'm experiencing is when a user is accessing the usysTable, I cannot run SQL Commands (Update/Insert/Delete) anywhere in the database without getting the Query Message (due to 'lock violations').

I'm going to try to rename the table and at least eliminate this from the equation.

Thanks again!

Gunner
Mar 21 '14 #3
zmbd
5,501 Expert Mod 4TB
Sorry, got tied up.
As I noted, with the USYS in the backend, once locked by the first user, you're stuck.
Is the USYS table linked to any other tables? IF so then I suspect that because the USYS is treated as system, then the other tables are locked at the table level instead of at the record level - I am kindof guessing on that (^_^).

Did renameing the table solve any of the other issues?
Mar 25 '14 #4
dgunner71
110 100+
No worries, zmbd - as always, I'm very appreciative of all you folks do here.

The usysTable is not linked to any other tables. I have updated the table and front end code but not have the occasion to test just yet. I will update this post after I've tested the theory.

Thanks again.

Gunner
Mar 26 '14 #5

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

Similar topics

0
by: joe | last post by:
I am writting a webmail client using mysql as the backend. I wrote the scripts using a table for each separate user. I am thinkig about putting all users in one table. the table structure now is...
3
by: Gwen Morse | last post by:
I'd like to alternate the rows in a table between having a shaded background and being transparent to the background. It's a table of people's names, phone numbers, and beeper numbers. So, by...
4
by: Daniel | last post by:
I'm having a tough time getting text and image to align in a table. When I add the image for some reason the text in that cell shifts to the bottom of the cell. Below is the code and the result. ...
2
by: WertmanTheMad | last post by:
MVP's and the like I am looking for suggestions , confirmation Let me start by saying bar none, performance is paramount with the queries to be retured off this view/table query. To that...
7
by: Jason Huang | last post by:
Hi, The SQL string is "select * from Customer where 0 > 1", and the DataSet should be null. Why MyDataSet.Tables.Count is 1, not 0? What kind of DataTable in this place? Thanks for help. ...
7
by: Stan Sainte-Rose | last post by:
Hi, I use this bit of code to generate dynamic tables in the page load section .... Dim ntable as New Table For i = 1993 To 2008 ntable = New Table ntable.ID = "Q" + i.ToString .... ....
2
by: Gordon | last post by:
VB.Net 2003 Standard - Creating ASP.Net Web Application In design mode, I can drag a html table from the toolbox to the work area but I can't seem to be able to select individual cells or...
3
by: CSharpguy | last post by:
I have a dataset that has 8 tables in it, (table, table1, table2, table3, ....) how can i have each table populate a seperate datagrid on my one web form without having to put 8 seperate datagrids...
4
by: Ron Hinds | last post by:
I know this is a HTML question, but I can't seem to find an *active* Microsoft HTML newsgroup. If anyone knows of one... Or maybe someone can help me here. The MSDN documentation for the TFOOT...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.