Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
duttang #1
CFML - Database -XML looping
Hello I have a chain of related names. Parent name Chlidren name AD
AS AD CD AS
BR BR CN AS CS
CP DS I would like to output the relationship in
XML format given the parent name. for AD , output should look like this: <
node label=AD> < node label=CD/> <node label=AS> <node label=BR>
<nodel label=CN/> </node> <nodel label=CS/> </node>
</node> I donot know the length of the relationship. How do I dynamically and
recursively query the database to generate output shown above. This application
is relevant in several areas such as documenting relationship, networking,
relationship between various courses. Thanks for your help
duttang Guest
-
Flash and CFML
I just posted this same question but was in the wrong section of the forums. I am very new to flash but can definitely see the potential of this... -
CFML to HTML
Is there a way to convert a whole ecommerce site with all of it's many products from CFML to HTML for easy spidering? I haven't found any snippets... -
CFML & MySQL
Can I use CFML with MySQL? at the moment I am using CFML with MS Access. Can I use the same CFML code with MySQL? Dario -
use cfml in JS
Hi Is it possible to use ColdFusion functions in Javacript ? e.g. (won't work) <script language="JavaScript" type="text/javascript"> <!--... -
Looping from one database into another
Depending on the number of records, you may want to have the 400 generate a flat file (not in EBCDIC) and then do a bulk insert on the SQL Server. ...



Reply With Quote

