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



I didn't catch what version of the OS you are on. But starting in V6R1 you
could create derived keyed indexes. i.e.

*CREATE INDEX* X1
*ON* T1 ( UPPER(COL1) )


As I understand it. If you were to write a query like so...

select * from T1 where COL1 = UPPER(:HostVar)


Then it would use the index created.


Just a thought/suggestion.


On Tue, Aug 21, 2012 at 9:17 AM, sjl <sjl_abc@xxxxxxxxxxx> wrote:

or

select *from table where locate (upper(searchstring), upper(dbfield)) > 0

- sjl


"sjl" wrote in message
news:mailman.20141.1345554697.2513.rpg400-l@xxxxxxxxxxxx...

Select *from table where upper(searchstring) = upper(dbfield)
- sjl


"Michael Naughton" wrote in message
news:mailman.20109.1345498735.2513.rpg400-l@xxxxxxxxxxxx...

Not 100 million, but potentially several thousand while the user is waiting
for their screen to come back. (I'm implementing an "ignore case" option
for
an app where the user types in a string and then gets a list of all records
that contain that string
"anywhere". There may be several thousand records in the main database,
plus
each record may have more in associated databases -- notes, etc. -- so
there's likely to be a dozen or more searches per main record. But maybe
that's nothing to the i? :-)


RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx> writes:
Not necessarily - are you doing this over 100 million records? Or
onesy-twosy?

The real code just sets a host variable going in, calls a program to
convert it, then sets the host variable back again - nothing much. The
stuff we'd write could easily be more complex than is done in the called
SQL program.

HTH
Vern


Mike Naughton
Senior Programmer/Analyst
Judd Wire, Inc.
124 Turnpike Road
Turners Falls, MA 01376
413-676-3144
Internal: x 444
mnaughton@xxxxxxxxxxxx
****************************************
NOTICE: This e-mail and any files transmitted with it are confidential and
solely for the use of the intended recipient. If you are not the intended
recipient or the person responsible for delivering to the intended
recipient, be advised that any use is
strictly prohibited. If you have received this e-mail in error, please
notify us immediately by replying to it and then delete it from your
computer.

--
This is the RPG programming on the IBM i / System i (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 ...

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.