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

Re: Some Fundamental Questions

"lyle fairfield" <ly******@yah00.cawrote
To those who say, "Oh, the query dialog will
produce queries faster than you can script them."
I reply, "No, the query dialog will produce queries
faster than YOU can script them."
My Query Builder will produce Queries faster for me than your approach of
writing SQL from scratch will produce Queries for me. Obviously, YMDV. When
Access first was released, I was "like the lightning bug that backed into
the electric fan -- de-lighted, no end" because for US$88.88 I had just
"hired an assistant to do the grunt work of writing SQL for me".

I can modify the Query if I wish, and the basics are there. I almost always
wish to modify the generated Queries if I am putting the SQL into a code
module. On the other hand, when I generate a Query and it works
satisfactorily (all things considered), I don't wish to modify it. If you
store it as a Query, Access will "have its way with it" before you see it
again, anyway.

My experience parallels yours on saved queries not being the great
performance advantage they are often touted to be. In part, that's because
changes to the data in the data sources of the queries affect the
optimization; in even larger part, as you pointed out (I think you did but
I'm too lazy to go back and re-read all the posts) to the fact that
virtually all the Queries I execute limit the records to be retrieved with a
WHERE, HAVING, or JOIN and retrieving a different record, or different
records also affects the optimization. The exception is Action Queries that
I want to affect every Record.

Larry Linson
Microsoft Office Access MVP
Jul 14 '08 #1
0 1026

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

Similar topics

51
by: Casper Bang | last post by:
My question is fundamental I beleive but it has been teasing me for a while: I have two classes in my app. The first class is instantiated as a member of my second class. Within this first class,...
30
by: Alf P. Steinbach | last post by:
The C++ FAQ item 29.5 (this seems to be strongly related to C), at <url: http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.5> mentions that <quote> C++ guarantees a char is exactly one...
3
by: Kyle Kolander | last post by:
I recently looked over the faq item relating to fundamental type sizes: http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.5 and was a bit surprised, as I had been taught more-or-less the...
8
by: Kyle Kolander | last post by:
Sorry, I sent this to comp.std.c++ and meant to send it here as well... Why are the minimum size guarantees for fundamental types intentionally omitted from section 3.9.1 Fundamental types of...
26
by: myName | last post by:
a && b || c is evaluated as (a && b) || c or it is evaluated as a && (b || c)
3
by: John | last post by:
The code: --------- class sample{ static readonly object mylock=new object(): Hashtable Mytable=new Hashtable(); public void Add(object a) { Mytable.Add(a.Key,a);
20
by: David | last post by:
I feel like an idiot asking this but here goes: I understand the 'concept' of scope and passing data by value and/or by reference but I am confused on some specifics. class example{ int i; //my...
5
by: BURL ives | last post by:
I am well versed in MS Access. I now want to set up a SQL database on my company's server. However there are some pretty basic questions that I have starting out...I did a bit of searching but...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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
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.