[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: database connection within a RCP?
|
> as as test you could try
>
> Driver d = org.firebirdsql.jdbc.FBDriver();
> d.getConnection("jdbc:firebirdsql:bln9y22c/3050:c://fi
> rebird/db/prozerf.gdb",
> props);
>
> but this is not very dynamic.
yep, thanks to you too :)
I just needed to get the driver loaded when exported to a standalone app, so I didn't care about dynamic, yet :)
I may try the method as described at http://www.kfu.com/~nsayer/Java/dyn-jdbc.html ...
Since the database connection is essential but not the most important point to work on right now I will leave it as it works right now :)
I got a more difficult problem right now but that will be posted in a new thread hehe :)
thanks again,
nico
--
View in EZ forum: http://www.eclipsezone.com/eclipse/forums/m91955887.html