Community Member Profile
- Profile: /members/2211-Brian-K.htm
- Comments: 2
- Points: 1
Recent Blog Comments By Brian K
-
Incoming Tabular Data Stream Remote Procedure Call Is Incorrect
Posted on Jan 3, 2008 at 1:57 PM
@Ben Nothing wrong with your solution, I just wanted to point out another way to fix the problem and offer some insight on what to do with a list of strings. Makes me feel all smart and stuff ;) @Elliott I like your 1-line quoted list fix better than mine. I used replace() lik... read more »
-
Incoming Tabular Data Stream Remote Procedure Call Is Incorrect
Posted on Jan 3, 2008 at 1:08 PM
Ben If your qSelected query only returns the record id's, another option would be to nest qSelected: "id IN (select id from tablename)". There's really no reason to bring that data into ColdFusion (unless of course you need that list of id's somewhere else). Your fix works great beca... read more »



