|
Taco,
what about writing your VB App that returns XML as
a string from a VB Com component ?
do your ADO specific stuff where it should live (in
VB Code) and just call that from CF
<cfscript>
myObj =
createObject('com','myADOComObj');
strXML = myObj.getXMLString( param1, param2 ....
);
</cfscript>
<cfoutput>#strXML#</cfoutput>
and your done!
Pat
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ |
Title: ADO in CFMX (still)
- [cfaussie] RE: ADO in CFMX (still) Steve Onnis
- [cfaussie] RE: ADO in CFMX (still) Taco Fleur
- [cfaussie] Re: ADO in CFMX (still) Pat Branley
- [cfaussie] Re: ADO in CFMX (still) Taco Fleur
- [cfaussie] Re: ADO in CFMX (still) Pat Branley
