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

Access 97 MSDE Links

I am currently maintaining a 8 year old program.
It's a VB6 front-end to multiple Access 97 MDB files.

Some of our earliest clients have gathered enough data by now, that the
MDB files reached hefty sizes - 200-300 MB in some cases, with millions
of records in each table.

All this creates a lot of network traffic and slows the program on a
peer-to-peer network.

I'm thinking of moving the main and largest tables to an MSDE database,
and putting links in the Access 97 files, so no code changes will be
needed.

My questions are:
1. Did anyone try this before ? If so, can you give me any tips. Did
you see noticable performance changes ?
2. I plan to link to an ODBC DSN. Once I deploy the application, I plan
to create the DSN and point it to the local MSDE server. Will I have to
change anything in the MDB file ?
3. Am I current in my assumption that no code changes will be needed ?

Thanks,

Dan.

Nov 13 '05 #1
2 1358
On 26 Apr 2005 08:00:53 -0700, "benamar" <da*@rapid-image.com> wrote:
I am currently maintaining a 8 year old program.
It's a VB6 front-end to multiple Access 97 MDB files.

Some of our earliest clients have gathered enough data by now, that the
MDB files reached hefty sizes - 200-300 MB in some cases, with millions
of records in each table.

All this creates a lot of network traffic and slows the program on a
peer-to-peer network.

I'm thinking of moving the main and largest tables to an MSDE database,
and putting links in the Access 97 files, so no code changes will be
needed.

My questions are:
1. Did anyone try this before ? If so, can you give me any tips. Did
you see noticable performance changes ?
Yes, I've tried it before (with PostgreSQL back-end which should be harder
than your case). Yes, it works. In my case, the performance and reliability
improvement were terrific. Of course, we had 100+ users, so the MSDE would
not have been adequate, but for 10 users it would be greate.

As for tips, the same as for any C/S application - keep result record sets
small by doing aggregaring and/or filtering in the SQL queries.
2. I plan to link to an ODBC DSN. Once I deploy the application, I plan
to create the DSN and point it to the local MSDE server. Will I have to
change anything in the MDB file ?
Probably not.
3. Am I current in my assumption that no code changes will be needed ?


You are correct. Still, I would use that as an interim solution until you can
modify the code to work directly with the back-end. It's best to keep the
number of redundant components down to ease maintenance and debugging.

Nov 13 '05 #2
Thanks for the input Steve.
Much appreciated !

Nov 13 '05 #3

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

Similar topics

1
by: izzy | last post by:
I was wondering if any of you guys can kindly help me in finding all the different versions of MSDE 2000 that came out since it's first release. I expected to find something similar like Sun's...
3
by: *no spam* | last post by:
I want to move my Access 2K database into MSDE. The Access Upsizing Wizard crashes (a known bug wi A2K), so I'm using the following suggested method: Access --> New --> Project (Existing...
1
by: edo | last post by:
Following is a summary of articles spanning a 7 day period, beginning at 12 Dec 2003 05:22:35 GMT and ending at 19 Dec 2003 04:09:06 GMT. Notes ===== - A line in the body of a post is...
4
by: Vikrant | last post by:
Hey friends Can someone please suggest that how many recordset can be opened simultaneously for a MS-Access 2000 Database.Does that make any difference if we use ODBC or some other way of...
70
by: Neil Ginsberg | last post by:
Does anyone know if a new version of Access is due to come out anytime soon? Thanks, Neil
33
by: Uwe Range | last post by:
Hi to all! A customer of mine told me some days ago that her IT-people told her ACCESS would not be such a good idea for continuing with our project, because Access will not be continued in the...
8
by: Rick | last post by:
I'm running an Access2000 front end mde linked to an Access2000 back end mdb. I need to set up replication and synchronization of only the data tables between the master db on the pc and replicas...
6
by: baramee | last post by:
I develop web application by asp.net with ms access. In general , it work fine. But if hit rate of web is very much, it occure error 'Unspecified error'. it error on conn.open. My code will be...
17
by: DaveG | last post by:
Hi all I am planning on writing a stock and accounts program for the family business, I understand this is likely to take close to 2 years to accomplish. The stock is likely to run into over a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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.