[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.dtp] Property for "Connect every time the workbench is started" ?
|
- From: Yo <yoduderoo@xxxxxxxxxxxx>
- Date: Sun, 12 Jul 2009 23:32:54 +0200
- Newsgroups: eclipse.dtp
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.22 (Windows/20090605)
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