Image Map of Navigational Panel to Home / Contents / Search Visual Basic 4.0: The SQL

Why is my SQL Query almost Dead?

Image of line

Even with Visual Basic 4.0 a lot of people still need to ask the question "Why do my data access queries take longer to return than fossilisation?". The reason for this is still due to a lack of understanding of what the DAO/RDO/RAO/ODBC mix is and how to make use of it. What a number VB developers need is a simple guide to performing optimised SQL Queries in VB, and an indication of when should they use each of the data access components.

Which Components should I use?

This is a question which really should be asked before you start development using any of the database components in VB 4.0. What you need to consider is the following points:

Optimisations

Once you have selected your database access method then you need to keep your eye on the basic optimisations that you can perform. These fall into two main categories:

Here are some optimisations you can look into (they are not presented in any given order):


Image of arrow to previous article Image of arrow to next article

Image of line

[HOME] [TABLE OF CONTENTS] [SEARCH]