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

.mdb, .adp and SQL Features and Benefits

Hi,

I'm still riding my development bicycle with training wheels attached.

What are the FAB's of having an SQL Backend? Why would I use and ADP as
instead of an MDB?

In my practical example, I have a beautiful MDE front-end (on each
user's machine) that accesses one central MDB backend. I will probably
have a maximum of 6 users using at any one time.

I am beginning to worry about the time that my application takes to
access data and run queries; this has prompted my research into this
topic. So is an SQL BE for me, how would I do it, and what is an ADP?

Sep 6 '06 #1
2 1719
"Warren" <wa***********@pacificnational.com.auwrote in message
news:11**********************@p79g2000cwp.googlegr oups.com...
Hi,

I'm still riding my development bicycle with training wheels attached.

What are the FAB's of having an SQL Backend? Why would I use and ADP as
instead of an MDB?

In my practical example, I have a beautiful MDE front-end (on each
user's machine) that accesses one central MDB backend. I will probably
have a maximum of 6 users using at any one time.

I am beginning to worry about the time that my application takes to
access data and run queries; this has prompted my research into this
topic. So is an SQL BE for me, how would I do it, and what is an ADP?
One should not move to Server back end for performance reasons. There are very
few cases where performance is improved. Server engines are more secure,
stable, and are scalable to tremendous amounts of data and numbers of
simultaneous users. They can be run 24/7 and don't have to be taken off-line to
perform backups. These are the reasons to go to a server back end, not
performance.

An ADP is an Access front end that links directly to a SQL Server database. It
more closely integrates with the database than using an MDB with ODBC links, but
that has turned out to be of dubious value in actual practice. MDBs over ODBC
work just fine and you aren't limited with them to only a single SQL Server back
end as you are with an ADP

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Sep 6 '06 #2
Thanks Rick,

That's both informative and relieving. Much appreciated.

Sep 7 '06 #3

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

Similar topics

176
by: Thomas Reichelt | last post by:
Moin, short question: is there any language combining the syntax, flexibility and great programming experience of Python with static typing? Is there a project to add static typing to Python? ...
18
by: 5460lqh | last post by:
who can tell me which two features in the C++ language are most usefule, and which two features that you think are the most over-rated or the most misused and why you think so? Thanks very much!
55
by: Steve Jorgensen | last post by:
In a recent thread, RKC (correctly, I believe), took issue with my use of multiple parameters in a Property Let procedure to pass dimensional arguments on the basis that, although it works, it's...
6
by: news | last post by:
I need some concise, easy to grok examples of what .Net (preferably C#.Net) has over just using old ASP or PHP with JavaScript. See, I'm a PHP guy, and while I started server-side scripting with...
13
by: Stijn Verrept | last post by:
Hi, I need to make a small web-application and was thinking about doing it in ASP.NET. Another developer (which is also network engineer) says it is hazardous to run .NET on his IIS server. He...
5
by: Jeff S | last post by:
Okay, I just finally figured out the Model View Presenter pattern as presented by Martin Fowler (http://www.martinfowler.com/eaaDev/ModelViewPresenter.html). I even got a small model of it working...
0
by: mike | last post by:
Apart from the substantial benefits of huge bufferpools, in 64-bit instances what other benefits are associated with 64-bit db2 instances, on LUW platforms, that are not available with 32-bit...
5
by: mclueless | last post by:
Can n e one tell me the benefits of using an MDI form??? In my project (vb6 n access) i have a main form from where the control goes to other forms depending upon what option the user selects. I...
1
by: Critical Skills, Inc. | last post by:
Oracle Advanced Benefits Analyst / Lead Start: 08/15/2004 End: 03/01/2005 Pay Rate: $80 - $85 per hour Job Duties: Must be open to travel. Must have designed and implemented...
5
by: bearophileHUGS | last post by:
I often use Python to write small programs, in the range of 50-500 lines of code. For example to process some bioinformatics data, perform some data munging, to apply a randomized optimization...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.