Ask a Question related to Coldfusion Database Access, Design and Development.
-
ctlcal #1
SQl In
Anyone have any easy suggestions on taking a list from a CF Flash form text box
to fill in the following sql. Replacing the tabs and spaces and unprintables
with quotes and commas
ID#s from the flash form
SELECT * FROM TABLE WHERE CMD_ID IN ('ID1', 'ID2','ID3'...etc)
Thanks..
ctlcal Guest
-
Brian Hogue #2
Re: SQl In
Are you looking for a CF list? If yes, there are some functions for that.
hth
-brian
"ctlcal" <webforumsuser@macromedia.com> wrote in message
news:d4an16$p3v$1@forums.macromedia.com...text box> Anyone have any easy suggestions on taking a list from a CF Flash formunprintables> to fill in the following sql. Replacing the tabs and spaces and> with quotes and commas
>
> ID#s from the flash form
>
> SELECT * FROM TABLE WHERE CMD_ID IN ('ID1', 'ID2','ID3'...etc)
>
> Thanks..
>
Brian Hogue Guest



Reply With Quote

