Ask a Question related to Macromedia ColdFusion, Design and Development.
-
sonicblastman #1
CFC return type "Query"
This may be a silly question, but:
What do you think the easiest/best way is to show what fields are available
from the returned query? I have a cfc that will return a recordset of all the
fields in a specific table. The tricky part is that table name is passed in as
a variable and the caller doesn't know what fields will be available when it
return the recordset. Any ideas?
I'm I just thinking too hard on this one?
sonicblastman Guest
-
#39195 [Opn->Bgs]: if (0=="any sting") echo "it's return true";
ID: 39195 Updated by: derick@php.net Reported By: waynewn at citiz dot net -Status: Open +Status: ... -
#39195 [NEW]: if (0=="any sting") echo "it's return true";
From: waynewn at citiz dot net Operating system: win/freebsd PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
#25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
Stressed_Simon #2
Re: CFC return type "Query"
If you run a query and name it qQuery then you can get a list of the field names with qQuery.ColumnList.
Make sense?
Stressed_Simon Guest



Reply With Quote

