Hi all, I am struggling with syntax on how I can access Derby's ij tools from the command line, or better, from within a ColdFusion template. The embedded Derby database connects perfectly using SQL within a template, but I can't use ij.
And... I am able to access ij> from a cmd screen, but when I try to connect to the same embedded Derby database from the cmd screen, I get the message that a suitable driver is not found. I'm not sure how to proceed from here. Can someone assist? In cmd screen: C:\ColdFusion9\lib> java -jar derbyrun.jar ij ij version 10.5 ij> connect 'ormtestdb; create=true'; ERROR 08001: No suitable driver found for ormtestdb; create=true ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:6056 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
