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

ACCESS USERS

Hello, Dears Access intusiast ;]

I.m have one database, but i dont known how can conect 2 ussers same
time and update in same time...

Thanks wery lot,

Rgds.

Rimas
Jan 17 '08 #1
3 1460
Oko
Typically splitting a database between a front-end and a back-end will
allow two or more users to connect to the same database without issue.
Should you move to a larger environment - or just have time to enjoy
such an exercise - you may find you have to transition to the use of
unbound forms.

The front-end will contain the forms, reports, macros, queries, etc...
while the back-end contains all of the tables. The front-end - so as
to have access to the tables - is linked to the back-end. The front-
end is then installed on the user's computers - each user having their
own copy of the front-end which is then linked to the data.

When the users then log in to use the DB they should both then be able
to work simultaneously without issue.

Dindulis Rimantas wrote:
Hello, Dears Access intusiast ;]

I.m have one database, but i dont known how can conect 2 ussers same
time and update in same time...

Thanks wery lot,

Rgds.

Rimas
Jan 18 '08 #2
O many thanks OKO.

Mabye you can explane about ADO server?

Rimas.
On 18 Sau, 01:18, Oko <without...@gmail.comwrote:
Typically splitting a database between a front-end and a back-end will
allow two or more users to connect to the same database without issue.
Should you move to a larger environment - or just have time to enjoy
such an exercise - you may find you have to transition to the use of
unbound forms.

The front-end will contain the forms, reports, macros, queries, etc...
while the back-end contains all of the tables. The front-end - so as
to have access to the tables - is linked to the back-end. The front-
end is then installed on the user's computers - each user having their
own copy of the front-end which is then linked to the data.

When the users then log in to use the DB they should both then be able
to work simultaneously without issue.

Dindulis Rimantas wrote:
Hello, Dears Access intusiast ;]
I.m have one database, but i dont known how can conect 2 ussers same
time and update in same time...
Thanks wery lot,
Rgds.
Rimas- Slėpti cituojamą tekstą -

- Rodyti cituojamą tekstą -
Jan 18 '08 #3
I doubt Oko can explain about "ADO server" because there is no such thing.
ADO, ActiveX Data Objects, is an _access method_ based on the OLEDB
technology. The classically-used DAO is the native language of the Jet
database engine, is (most think) simpler, easier-to-learn, faster in
operation, and easier-to-use with Jet (which is what you are talking
about)... there may be, in some cases, minor advantages to using ADO with a
true server database engine. Jet is, however, a file-server.

I suggest you visit http://office.microsoft.com and follow the links to the
free online training, as not knowing that Access is multi-user enabled right
out of the box, even unsplit*, indicates you need rather basic
training/education before proceeding.

* however, splitting, as Oko suggested, is _preferrable_ for a number of
reasons.

MVP Tony Toews' site http://www.granite.ab.ca/accsmstr.htm has a wealth of
information on using Access in a multiuser environment, and there's a list
of a few other of the better-known resource sites at
http://mail.ntpcug.org/accesssig/default.aspx. Those, or searching the
archives of this newsgroup at http://groups.google.com will lead you to many
more.

Good luck with your project.

Larry Linson
Microsoft Access MVP

"Dindulis Rimantas" <r.********@gmail.comwrote in message
news:d1**********************************@x69g2000 hsx.googlegroups.com...
O many thanks OKO.

Mabye you can explane about ADO server?

Rimas.
On 18 Sau, 01:18, Oko <without...@gmail.comwrote:
Typically splitting a database between a front-end and a back-end will
allow two or more users to connect to the same database without issue.
Should you move to a larger environment - or just have time to enjoy
such an exercise - you may find you have to transition to the use of
unbound forms.

The front-end will contain the forms, reports, macros, queries, etc...
while the back-end contains all of the tables. The front-end - so as
to have access to the tables - is linked to the back-end. The front-
end is then installed on the user's computers - each user having their
own copy of the front-end which is then linked to the data.

When the users then log in to use the DB they should both then be able
to work simultaneously without issue.

Dindulis Rimantas wrote:
Hello, Dears Access intusiast ;]
I.m have one database, but i dont known how can conect 2 ussers same
time and update in same time...
Thanks wery lot,
Rgds.
Rimas- Slėpti cituojamą tekstą -

- Rodyti cituojamą tekstą -

Jan 18 '08 #4

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

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
0
by: Steve | last post by:
Greetings, I'm having problems with the use of an Access 2003 Add-In on Windows XP Pro. Administrative-level users have no problems running the Add-In, but those users with restricted rights on...
6
by: Hannu | last post by:
Hi. In the ldb file you can see the users of the mdb-file. If you open the mdb-file your machine and username will be written in the lbd- file. Allthough you close the mdb-file your name won't...
6
by: mark | last post by:
I have an asp.net ecommerce web application on a remote web server. I'm using an Access database on the back end. I've notice a few strange things. When I mimic an multiple user environment by...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
2
by: egoldthwait | last post by:
I need to convert a 17mb access 2000 db to Oracle and house it in a Citrix farm. The issue: we have never converted an Access Db to Oracle but can probably use Oracle's Workbench to assist with...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
34
by: Mathieu Trentesaux | last post by:
Hello I downloaded Office 2007 for this reason : It seems, once again, that it is impossible to save any modification done in a VBA library, from the main project in Access. The save button...
10
by: Les Desser | last post by:
In article <fcebdacd-2bd8-4d07-93a8-8b69d3452f3e@s50g2000hsb.googlegroups.com>, The Frog <Mr.Frog.to.you@googlemail.comMon, 14 Apr 2008 00:45:10 writes Thank you for that. It was very...
13
by: evancater | last post by:
My client wants to make their Access 2007 database available to offices around the country with multi-user permissions set to control access to the tables and forms, etc. The easiest thing would be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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.