On 6/13/07, Andrea Botta <[EMAIL PROTECTED]> wrote:
> <cfset pra = createObject("Java", "Pratica").init(glb,dbprop)>
> <cfset ourQuery =createObject("java"," coldfusion.sql.QueryTable").init(
> pra.search())>Since pra.search() returns a QueryTable already, can't you just say this: <cfset ourQuery = pra.search() > Maybe the QueryTable constructor doesn't match how you're using it and ColdFusion cannot figure out how to construct it? -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281000 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

