473,387 Members | 1,722 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,387 software developers and data experts.

How do I set up users without their having admin priveleges ?

I support a multiuser C# application that allows each user to save and retrieve data to a MS Access 2007 database.

I have lock problems because each user is "seen" as admin
in the database and admin privileges enforce full locks (as I understand it).

Is there a simple way to default all users to something other than admin ?

Thanks for any assistance.
Sep 28 '12 #1
3 1516
zmbd
5,501 Expert Mod 4TB
V2007 did away with the user level security.

Record locking is dependent upon how you are establishing the connection to the database and how the record-sets are being created.
Sep 28 '12 #2
Thanks for your reply.

I apologize, I should have written "I support a multiuser Visual Basic 5 application ..."

I have MS DAO 3.6 set as a reference and use following VB command to open the database
Expand|Select|Wrap|Line Numbers
  1. Set mDB = OpenDatabase(myDatabase, False, False)
I'm no expert in use of Access database and am looking for a simple way to make the DefaultUser setting be something other than admin.

Is there a way to programmatically set DefaultUser in my VB code ?
Sep 28 '12 #3
zmbd
5,501 Expert Mod 4TB
I've moved your thread to the VB forum as they may have better answers for you.
I know in MS Access 2003 and below, you had to develop a new workspace and set users there-in... not sure what you would do from a VB aspect to achieve this same structure. I do know however, no matter what you do, once a user opens your database using v2007 or newer, the user level security WILL be stripped upon conversion... and there's nothing you can do to stop it once the user can open the database.
Sep 29 '12 #4

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

Similar topics

1
by: TJ | last post by:
Anyone know how to display process id's (normally found by going to Component Services and switching to applications to 'Status View') in a web page? I'm trying to keep remote users from having...
1
by: Dieter Vanderelst | last post by:
Dear all, Could anybody tell me whether there are ways to use an existing DLL file in Python without having access to the source code? I'm trying to find a way to use the image filters...
1
by: sahoong | last post by:
WEB DATABASE DEVELOPMENT I have a basic knowledge of HTML, PHP and MySQL. I needed to build a web page through which visitors to the page can fill form and upload the cv into the database. Also, I...
17
by: Johnny BeGood | last post by:
Hi All, Is there a way to post the contents of a form without having to click on the Submit button, i.e <form method="post" action="http://www.whereever.com/ProcessTheData.php"> <INPUT...
0
by: DR | last post by:
I heard there is some trick to referencing statics in C# CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little...
3
by: DR | last post by:
I heard there is some trick to referencing statics in VB.NET CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a...
2
by: =?Utf-8?B?cHJhZHk=?= | last post by:
Hi, Is it possible for me to create new users without using the wizard? I am using a custom membership as i want to capture more data other than the ones which are available in the wizard. Is it...
3
by: nitinpatel1117 | last post by:
Hi, I've got a slight issue which i'm trying to resolve and was wondering if anyone would help. Basically, I was building a web application, and while it was being built I was connecting to...
0
by: Big Charles | last post by:
Hello, Programming in VS2003-ASP.NET 1.1, I have this problem: Using DirectoryEntry and without any admin user, how can I check if a domain account, that try to login, has expired? Scenario: User...
4
by: hhlebanon | last post by:
I want to be able to access my trendnet ip camera from the internet without having a static IP assigned from my ISP Provider. I have a DSL Connection at home, connected to a router (trendnet) and...
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: 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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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.