Ask a Question related to Macromedia ColdFusion, Design and Development.
-
capik79 #1
Query Struct output
Hi Experts,
I want to Query Out data in list.
MyList = john,mary,roger
When I make a query
Select * from login table where (userid in ('#myList#'))
It will return no data because it read like this
Select * from login table where (userid in ('john,mary,roger'))
I want it to read like this
Select * from login table where (userid in ('john','mary','roger'))
Thanks in advance
Shaffiq
capik79 Guest
-
CFC Query output to XML?
Good day, Over the past six months or so, I have been developing an application that uses Flash MX 2004, and ColdFusion MX 6.1. I have a number... -
problem with struct containing query
Hello all- I've been having a re-occurring issue involving queries stored within structures. I have a struct in which one of it's key's is a query.... -
Issues with declaring struct arrays inside of a struct
I have the following C++ code: define MAXXPAXX 64 // Pack sub component of database struct. typedef PREFIX_PACKED struct { DWORD packid;... -
Calling fun taking struct and not pointer to struct?
Robert Feldt wrote: I'm a little confused by the question... are you asking if: 1) The act of using a struct in the declaration of another... -
Fwd: Calling fun taking struct and not pointer to struct?
Related to the recent thread about nested structs and Ruby/DL here is the answer from Ruby/DL's author: So that's what I ask you: Is inlining... -
Stressed_Simon #2
Re: Query Struct output
Read this thread from yesterday:-
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1017917&forumid=1[/url]
Stressed_Simon Guest
-



Reply With Quote

