>I think Sean is right on target. Your own class return a QueryTable object
>and there is no constructor in ColdFusion QueryTable class that matches that
>argument. I would assume if you can modify your custom class to return a
>Java ResultSet object instead, it should work.
>
>Thanks
>
>Qasim
>
>On 6/13/07, Sean Corfield <[EMAIL PROTECTED]> wrote:

i wrote:

>>Also I have tried to return java.sql.ResultSet directly to 
>>>>coldfusion.sql.QueryTable.init () with failure.

the error occurs when coldfusion "read on the java class":
import coldfusion.sql.querytable

at line
<cfset pra=createbject("java","Pratica").init(glb,dbprop)>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281016
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to