Hi,
I am programmatically creating a database connection. Works fine.
However, I can't figure out which property to pass so that the db is
connected every time the workbench is started.
Specifically, I am referring to the Properties instance ("prop") in the
snippet below :
ProfileManager.getInstance().createProfile(
profileName,
"Description store",
DerbyProfileFactory.PROFILE_ID,
prop);
What is the property (which I presumably would pass in the "prop"
instance) for connecting at workbench start-up?
Thanks,yo