May 30, 2007 #1 drgsolutions IS-IT--Management Joined May 23, 2007 Messages 7 Location US Is there anyway to insert SQL directly into CR11 and by pass having to create it by using the CR experts? Thanks
Is there anyway to insert SQL directly into CR11 and by pass having to create it by using the CR experts? Thanks
May 30, 2007 1 #2 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, What version CR? What Database and Connection method? You can use a Command Object and create your own sql.. To Paraphrase:"The Help you get is proportional to the Help you give.." Upvote 0 Downvote
Hi, What version CR? What Database and Connection method? You can use a Command Object and create your own sql.. To Paraphrase:"The Help you get is proportional to the Help you give.."
May 30, 2007 1 #3 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US Directly below the data source in the Database->Database Expert you'll see Add Command. Place the SQL there in lieu of using tables. The downside is that youcannot use multi-value parameters, as onemight expect from stored procedures and SQL in general. -k Upvote 0 Downvote
Directly below the data source in the Database->Database Expert you'll see Add Command. Place the SQL there in lieu of using tables. The downside is that youcannot use multi-value parameters, as onemight expect from stored procedures and SQL in general. -k