Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Passing a list of integers as a parameter to the SQL IN operator
Tue, Jan 13 2009 11:51 AMPermanent Link

kk aw
I need to pass a list of integers as a parameter to the SQL IN operator.
 Any suggestions I can do that in Delphi?

KK AW
Tue, Jan 13 2009 12:48 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< I need to pass a list of integers as a parameter to the SQL IN operator.
Any suggestions I can do that in Delphi? >>

Is the list variable in length ?  If so, then you can't use parameters.
You'll have to dynamically build the SQL and then execute it.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jan 13 2009 6:29 PMPermanent Link

kk aw
Ok got it.

KK Aw
Image