Does anyone know where I can get the cfusion.jar file, short of 
installing ColdFusion MX?  We actually have it here, but it isn't 
installed.  I don't want to go through that just to get this working. 
So, anyone know where I can get it?

Phil

Joe Eugene wrote:
> Phil,
> 
> Instead of returing the Java Resultset which is a true ResultSet, you have
> to Convert resultSet to ColdFusion QueryTable()
> 
> You will need the cfusion.jar file.. when you compile your code..
> 
> Results rs.. whatever..
> 
> QueryTable qt = new QueryTable(rs);
> 
> return qt;
> 
> I am pretty sure.. the class is QueryTable.. double check that.
> 
> Hope this helps
> Joe Eugene
> 
> 
> 
> ----- Original Message ----- 
> From: "Phil Spitler" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, June 25, 2003 10:14 AM
> Subject: Re: java recordset to cf recordset
> 
> 
> 
>>Okay, does anyone have a class that makes it easy to convert a ResultSet
>>to a Query? For example, something like:
>>
>>public class CFResultSet implements java.sql.ResultSet,
>>com.allaire.cfx.Query {
>>
>>   public CFResultSet(ResultSet) {
>>
>>   }
>>
>>   ...
>>}
>>
>>-- 
>>Phil Spitler [Applications Developer]
>>American City Business Journals
>>p: 704.973.1049
>>f: 704.973.8049
>>e: [EMAIL PROTECTED]
>>
>>
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to