× 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.



SELECT COUNT(*) INTO :HOSTVAR
from file
WHERE (FIELD1 = :WHERE1 Or :WHERE1 = *Blanks) And
      (FIELD2 = :WHERE2 Or :WHERE2 = *Blanks) And
      (FIELD3 = :WHERE3 Or :WHERE3 = *Blanks) And
      (FIELD4 = :WHERE4 Or :WHERE4 = *Blanks) And
      (FIELD5 = :WHERE5 Or :WHERE5 = *Blanks) And
      (FIELD6 = :WHERE6 Or :WHERE6 = *Blanks)


Just a thought, without building a select statement dynamically and doing a
prepare.


Michael Schutte
Work 614-492-7419
email  michael_schutte@xxxxxxxxxxxx


                                                                           
             "rick baird"                                                  
             <rick.baird@gmail                                             
             .com>                                                      To 
             Sent by:                  "RPG programming on the AS400 /     
             rpg400-l-bounces@         iSeries" <rpg400-l@xxxxxxxxxxxx>    
             midrange.com                                               cc 
                                                                           
                                                                   Subject 
             04/11/2006 03:42          SQLRPG - prepare, declare, no       
             PM                        cursor                              
                                                                           
                                                                           
             Please respond to                                             
              RPG programming                                              
              on the AS400 /                                               
                  iSeries                                                  
             <rpg400-l@midrang                                             
                  e.com>                                                   
                                                                           
                                                                           




Hey all,

I know if done this before, but I'm drawing a blank.

I'm building a dynamic sql statement (variable 'where' clause, could
contain as few as one, as many as 6 fields to compare in my where
statement).

All i want is the record count  -  count(*), moved into a host
variable - so there will be no cursor - only a single fetch of the
record count.

which of the following steps do I need to run, in order, to do this?

prepare
declare
execute
open
fetch

I RTFM'd, but I'm not getting anywhere.

Thanks!

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.