cfusion.jar is in your  "CFusionMX\lib\cfusion.jar" directory,
Or just do a Search For CFusion.jar in your install directory.

you will need to add this to your classPath Settings to compile your
JavaBean/Java File.

Joe Eugene

----- Original Message ----- 
From: "Phil Spitler" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 11:22 AM
Subject: Re: java recordset to cf recordset


> 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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

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

Reply via email to