473,466 Members | 1,363 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Networking issues?

Hey guys,
This database is going to give me the shits eventually. I have to look
at different ways to implement this accross the company network. As it
stands, the access database needs to be accessed by approximately, 6-8
users... just those in our department.

I tried to deploy it accross the network, leaving a back end in our
T:\SharedServices\LNAP folder... and leaving the front-end on the
local machine. It was unbearibly slow... it just didn't function. I
have the main form refreshing its data every 10000 intervals.. which,
at the end of the day has to happen.

I have tried making an MDE file, but access doesn't let me do it for
some reason?....

As it stands i do not have any forms that are bound by any table... i
use "currentdb.openrecordset("SELECT ...." to find the records for the
given data-set.

Are there are any suggestions as to how I could improve drastically
its speed?... i believe it may have to do something with my coding...
inevitably, i think i may be establishing a connection with every
openrecordset -- that said, i am completely oblivious as to how i can
make it faster. If anybody has any suggestions that would be greatly
appreciated... if somebody wants to take a look at the db you can get
me on ap***@tpg.com.au
Cheers!
Nov 13 '05 #1
2 1259
Dossy wrote:
Hey guys,
This database is going to give me the shits eventually. I have to look
at different ways to implement this accross the company network. As it
stands, the access database needs to be accessed by approximately, 6-8
users... just those in our department.

I tried to deploy it accross the network, leaving a back end in our
T:\SharedServices\LNAP folder... and leaving the front-end on the
local machine. It was unbearibly slow... it just didn't function. I
have the main form refreshing its data every 10000 intervals.. which,
at the end of the day has to happen.

I have tried making an MDE file, but access doesn't let me do it for
some reason?....


There's a good link to a webpage containing advice re network issues though
i don't have it to hand - someone else will post it I'm sure.

What happened with the MDE though? That sounds interesting. Make sure your
app compiles ok then you should be able to create an MDE.
Nov 13 '05 #2
ap***@tpg.com.au (Dossy) wrote:
I tried to deploy it accross the network, leaving a back end in our
T:\SharedServices\LNAP folder... and leaving the front-end on the
local machine. It was unbearibly slow... it just didn't function. I
have the main form refreshing its data every 10000 intervals.. which,
at the end of the day has to happen.
The three most common performance problems in Access 2000 or newer are:
- LDB locking which a persistent recordset connection or an always open bound form
corrects (multiple users)
- sub datasheet Name property set to [Auto] should be [None]
- Track name AutoCorrect should be off

For more information on these, less likely causes, other tips and links to MS KB
articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm
I have tried making an MDE file, but access doesn't let me do it for
some reason?....


If A97 then Ctrl+G to open the debug window >> Debug >> Compile and Save All Modules.
If A2000 or newer then Ctrl+G to open the immediate window >> Debug >> Compile.
Fix any errors which pop up.

While unlikely you may have a reference to an MDB which aren't allowed from an MDE.
You must make an MDE out of the referenced MDB and reference it.

Finally it is possible you have some corrupted VBA. In which case make a backup
first and then try the decompile command as documented at
http://www.granite.ab.ca/access/decompile.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #3

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

Similar topics

7
by: Brian Keogh | last post by:
Hi, I'm a student learning TCP/IP networking at University. Although I understand all about TCP/IP Networking in Java I am expected to understand the basics of C with regard to these programs as...
46
by: H.A. Sujith | last post by:
Why doesn't the standard library provide (at least basic) networking facilities using TCP/IP ?
0
by: =?Utf-8?B?U3V6YW5uZQ==?= | last post by:
I have an HP Pavilion tx1000 laptop running Vista Business that has been recovered, reformatted,its registry scrubbed and I am still having problems. I have been on the phone several times with HP...
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
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...
1
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.