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

Front end editing very slow after splitting database

I split my database into a front and back end. The split went okay, no issues. After the split, the program still runs well, however, if I need to make changes to a form in form view, it suddenly starts to go very slow. 30 - 40 seconds go by after you click an item until it lets you edit it or change it. This was not the case before the split. Any ideas as to what might be causing it?
Sep 20 '10 #1
4 5821
munkee
374 256MB
There are many reasons why this could be happening.

Where are the front end and back end of your database located? Are they both on a network drive?

Have you checked that your vba code is all compiled? It may also be worth checking the file size of your front end it might give us some clues.

Overall though it could simply be down to poor design of the database, which may help if you could post an example of the database here.
Sep 20 '10 #2
The back end will be on a network drive, the front end on the users private drive.

All the VBA code, which isnt really much, is compiled.

The accde file is a 4mb file.

I wish I could post a copy of the database, but due to security where I work, i am unable to.

If there are general areas that would make it slow, other than the ones you have already suggested, it could lead me doqwn the right path.

Thanks
Sep 20 '10 #3
liimra
119 100+
I strongly believe that this due to using tables as forms/reports recordset or recordsource. Just create queries based on the same tables (mirrors) and change the recordset of forms and reports accordingly and you are done.

The reason is that queries stay in the FrontEnd after split --> direct connection; where tables reside on the other end.

Regards,
Ali
Sep 20 '10 #4
munkee
374 256MB
To be honest I wouldnt say so. I use tables as the record source on some of my forms, not all but most and I havent noticed any detriment at this point. Granted queries should run quicker but that is only if they have been compiled with the latest indexes otherwise they would probably run slower if they are very outdated.

Here is a good list of things to check for to improve speed:

http://www.access.qbuilt.com/html/mu...lications.html
Sep 20 '10 #5

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

Similar topics

1
by: disaia | last post by:
2 problems: Example: If a person types in a part number into Yahoo: 1. Is there a way for Yahoo to list your web site as one of the results. 2. If the user clicks on your link, can your web...
0
by: O.B. | last post by:
We're running MySQL v4.1 on RedHat Linux v3. From time to time, queries to the MySQL database start to execute very slowly (up to 15 minutes in some cases). When we restart the MySQL service, the...
6
by: Earl Anderson | last post by:
I have a A97/XP applet I've developed for my own use in my department. My boss "suggests" that since I built it, I share it with and instruct the other 6 members of my department on its use. I've...
2
by: Atreju | last post by:
I apologize in advance for the x-post, but I am really not sure where this would best be addressed. I am designing a database in MSAccess for which I want to make the front-end in VB. I have...
0
by: eselk | last post by:
I've got an old DOS Paradox database that I can't get rid of. We have way to many scripts and forms to convert everything at once. Instead we would like to be able to access the Paradox data from...
1
by: Appelq | last post by:
I just had an outside company develop a small application using MySQL and server side Java. The application is OK (not great), and the reason for server side Java was that I need to use the app...
5
by: Jaazaniah | last post by:
I'm designing a small db for use by about 20 or so clerks. Because of identified security issues, we've decided to split the data, and keep the main structure out of reach of the clerks. Now, the...
5
by: dreamonzzz | last post by:
i need help . im using ADODC for my database settings, VB6. can anyone tell me how to edit the database ? need help asap.. thnx allot
6
by: jacc14 | last post by:
Good morning all. I have been working on a database for the past couple of weeks and it is pretty nippy. I have an ODBC link in there from another software program. Since splitting it and...
6
by: MEGDZIA | last post by:
Could you please advise how to work out spliting database in multiuser environment if all useres use forms and reports instead of tables....I believe there should be only backend part on shared...
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
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...
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...
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: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.