Another thing... The stored procedure works fine in a standard CFQUERY... just doesn't work when you use CFSTOREDPROC on MX
-Rich ----- Original Message ----- From: "Richard Fantini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 2:58 PM Subject: MX doesn't work with recursive stored procedure using temp table > Getting a strange error calling a stored procedure after upgrading to MX. > > Error Executing Database Query. > [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name > '##GetSubMembersTemp'. > > The procedure recursively calls itself to walk through a parent-child tree > structure, using a temp table to store the results. > > This code works perfectly on CF5, not sure what the deal is. I'm using > CFSTOREDPROC, returning two result sets and a return code. The servers are > Win 2000, database is SQL 2000. > > Any help would be more than appreciated. > > Thanks. > > -Rich > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

