RE: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread David Jones
Sent: Friday, April 26, 2002 12:37 PM To: CF-Talk Subject: Re: ActiveX DLL to return a collection with CFOBJECT For fun I converted the JavaScript ADO "definitions" into a CF include file and posted an example of running through a recordset that way... It may help? http://cfhub.c

Re: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread Joseph Thompson
For fun I converted the JavaScript ADO "definitions" into a CF include file and posted an example of running through a recordset that way... It may help? http://cfhub.com/advanced/ado/ > Basically I want to see a component that for sure works with CF so that I can be sure of why mine do not. >

RE: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread David Jones
or help on my problem and didn't find anything except examples of things that didn't work for me.. Lol. Thanks, Dave -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:32 AM To: CF-Talk Subject: Re: ActiveX DLL to return a collection w

RE: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread David Jones
EMAIL PROTECTED]] Sent: Friday, April 26, 2002 11:19 AM To: CF-Talk Subject: RE: ActiveX DLL to return a collection with CFOBJECT Looks like you're trying to handle the ADO recordset being returned like you would in ASP. Note that CF really doesn't know how to handle ADO recordsets - you&#

Re: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread Jon Hall
I don't have a solid answer but there area few things to keep in mind when working with COM with cfobject. CF pukes when you try to reference anything with a null value passed back from a com object. CF pukes if you reference a piece of data that is one of the less common datatypes in an ADO recor

RE: ActiveX DLL to return a collection with CFOBJECT

2002-04-26 Thread BillyC
Looks like you're trying to handle the ADO recordset being returned like you would in ASP. Note that CF really doesn't know how to handle ADO recordsets - you'll probably want to write a wrapper object (or change the current one) to place the recordset into an array (which I *think* CF has no pro