Manoj Chaurasia Posted December 11, 2013 Posted December 11, 2013 hi every one..what is the use of JDBC GET CONNECTION in JDBC pallette..can any one explain it with example ... Thanks dvr
Manoj Chaurasia Posted October 23, 2015 Author Posted October 23, 2015 We can get the connection object as output of this activity and use inside the java code activity. Another use can be like using this we can check whether connection to that DB is available. If not available, we can design our process to do some other work.
Shruti Jaiswal Posted September 11, 2019 Posted September 11, 2019 Hi, JDBC GET CONNECTION in JDBC palette is used to get jdbc java object reference from jdbc connection pool. we can use this object in java code to perform jbdc actions. This is also used to check the availability of jdbc connection. Thanks Shruti
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now