Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3069867
By: codarin
Another way is to implement in a class/bean (also a static class if you need
it) a method like this:
public static Connection getDbformsConnection() {
Connection conDbforms;
conDbforms=null;
try {
conDbforms =
DbFormsConfigRegistry.instance().lookup().getConnection();
} catch (Exception e) {
System.out.println("Error getting dbforms connection:"
+ e.getMessage());
}
Cheers
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=55830
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List
http://www.wap-force.net/dbforms