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

Multi user - connection - error

ACCESS 97 : i have a table TblContacts with Name, adress, country,
phonenumber
I display these in a continous form on screen. I would like a multi-
user environment, so i split my database to front and end.

Question 1 : Is it not better to make a connection to open and close
like dim db as database, dim rs as recordset and so on.. if so how do
i populate my contious form. I searched the net but didn't find a
sample database

Question 2 : when i delete a record , user 2 gets after a few
seconds #name on his screen, how can i prevent that so he has the
updated records?

Tx, anyone, anywhere, anytime, anyhow, anyway

Mar 2 '07 #1
1 1471
On 2 Mar 2007 00:02:48 -0800, da*********@telenet.be wrote:

Q1: Not for regular forms. Just set the RecordSource and you should be
OK. Such code is OK when opening recordsets in code.

Q2: That's a normal side effect of multi-user apps. If you must, you
could add a Requery button users can click when they want to see
updated records.

-Tom.

>ACCESS 97 : i have a table TblContacts with Name, adress, country,
phonenumber
I display these in a continous form on screen. I would like a multi-
user environment, so i split my database to front and end.

Question 1 : Is it not better to make a connection to open and close
like dim db as database, dim rs as recordset and so on.. if so how do
i populate my contious form. I searched the net but didn't find a
sample database

Question 2 : when i delete a record , user 2 gets after a few
seconds #name on his screen, how can i prevent that so he has the
updated records?

Tx, anyone, anywhere, anytime, anyhow, anyway
Mar 3 '07 #2

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

Similar topics

2
by: meng | last post by:
is it possible to use a single connection object shared by several tasks where each task is handled by a thread? these tasks call stored procedures that return record sets, no editing, update or...
2
by: RipTide | last post by:
Background: Using an unsupported/abandoned multi-user multi-database program that uses Access 97 and Jet 3.5. Program itself appears to have been built with PowerBuilder 6.5. Databases reside on...
2
by: Ellen Manning | last post by:
I'm developing an A2K adp that contains doctor info and the months they are not available for teaching. A doctor can be unavailable for some months for one year and other months for another year. ...
2
by: Shaun Harwood | last post by:
Hello all I have a problem - and being a little new to Access - it seems like a nightmare to figure out. Here is the Prob. I have a Database which consists of a bunch of Tables. Now I have an...
5
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
5
by: Parahat Melayev | last post by:
I am trying to writa a multi-client & multi-threaded TCP server. There is a thread pool. Each thread in the pool will handle requests of multiple clients. But here I have a problem. I find a...
1
by: marcmc | last post by:
I use a textBox as an application log display. I basically iterate through a SQL table in the code below. It gets to the 13th entry on the MISRE_dss_Log table and jumps out excluding all the...
1
by: awebguynow | last post by:
I'm investigating this subject, particularly DB interactions, and could use input. It seems the dominant consensus, in these discussions is "use flock() ...." I guess this would be similar to,...
1
by: Scott | last post by:
Hi, I have site1.net as a main site in IIS6 on port 80. Its uses asp, sql server and a web.config file for connection string. I have created site2.net : - DNS for site2.net points to same...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: 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
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
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
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...

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.