Re: how to extract from a stringGrid
From: Stark (starkwedder_at_virgilio.it)
Date: 11/05/03
- Next message: Franco Jommi: "Re: how to extract from a stringGrid"
- Previous message: Teh_Edit0r: "Re: Software protection: Encrypting a unit"
- In reply to: AlanGLLoyd: "Re: how to extract from a stringGrid"
- Next in thread: Bruce Roberts: "Re: how to extract from a stringGrid"
- Reply: Bruce Roberts: "Re: how to extract from a stringGrid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 Nov 2003 18:46:17 GMT
Sorry for my english. Reading what I wrote yesterday, I understand what you
understood, but I really needed something totaly different. I'll try to
explain it in a different way:
I have a StringList storing a number of values, each representing the
possible content of field ID in a table.
I wish to extract all of the rows of the table having the field ID equal to
one of the values included in the StringList.
I know I can do something as follows
Select * from MyQuery where MyQyery."ID" = ????? (where MyQyery."ID"
IN(..)).
But how do I match MyQyery."ID" against each element of the StringString ?
"AlanGLLoyd" <alanglloyd@aol.com> ha scritto nel messaggio
news:20031105015633.29815.00001491@mb-m21.aol.com...
> In article <3fa82077$0$58708$e4fe514c@news.xs4all.nl>, "Tom de Neef"
> <tdeneef@qolor.nl> writes:
>
> >In a TstringList you can use Find (if it is sorted) and IndexOF (if it is
> >not).
> >
>
> In IndexOf() Delphi uses Find if the TStringList is Sorted. So always use
> IndexOf.
>
> Alan Lloyd
> alanglloyd@aol.com
- Next message: Franco Jommi: "Re: how to extract from a stringGrid"
- Previous message: Teh_Edit0r: "Re: Software protection: Encrypting a unit"
- In reply to: AlanGLLoyd: "Re: how to extract from a stringGrid"
- Next in thread: Bruce Roberts: "Re: how to extract from a stringGrid"
- Reply: Bruce Roberts: "Re: how to extract from a stringGrid"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]