By: TomH
Date: 2006-06-06
Time: 03:50
|
db object col_namesI have a mental block on accessing object keys...
I'm trying to create XML from database records - without knowing the col names. My data object looks like this...
What am I missing in this? |
||
By: Skrol29
Date: 2006-06-06
Time: 10:16
|
Re: db object col_namesHi,
I suggest to use get_object_vars() in a OnData function. |
||
By: edavison
Date: 2007-10-29
Time: 18:58
|
Re: db object col_namesI cannot seem to find any documentation on how this would be used. For me I am trying to query a DB table and display it in a table like this:
Could you give an example? |
||
By: TomH
Date: 2007-10-29
Time: 19:50
|
Re: db object col_namesAt the time (June,2006) I was trying to prepare XML data so that I could then use it as the data input to TBS MergeBlock process.
The end result was a prototype for processing generic (data oriented) XML using TBS as if it were a DB query result. You can find the example at http://tomhenry.us/tbs3/ Hope that helps, TomH |