× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 10/21/13 10:16 AM, Michael Ryan wrote:
That's what I'm thinking....build the statement (dynamic). It seems I
would have a lot of indexes - 10 based on the 'between' criteria.
This selection logic is used a lot - for subfile load on a green
screen and for exposing a result set to PHP. If I was to make this
dynamic (which I believe means creating the SQL statement by building
a string and executing it), would I have issues because the access
plan will be rebuilt every execution of the program?


Built using parameter markers, the query can be optimized more generically, and the /same/ query [though with different values] can be reused. For example the following as the dynamically composed query can implement with a plan that allows any value for the variable values supplied on the USING clause; i.e. each time it is the /same/ query, and only its replacement values change:

Select * From INVMSTP
Where Imvnda Between ? And ?
and Immdl Between ? And ?


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.