how can we connect to db without using getConnection()
method
Answer Posted / john
i suggest shine Enterprise farmework
use the jconnection package
it contains something like hibernate
and i removed the .xml files
enjoy it
http://sourceforge.net/projects/shine-enterpris/files/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is JDBC Connection isolation levels?
What driver should I use for scalable Oracle JDBC applications?
Why do we need jdbc?
What is in term of jdbc a datasource?
What is the return type of execute, executequery and executeupdate?
What is the role of the jdbc drivermanager class?
How can we store and retrieve images from the database?
What is jdbc driver?
What is a merge field?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Why would you use setautocommit(false) in jdbc?
What is the function of setautocommit?
What are the different types of locking in JDBC?
Compare jdbc and odbc and how is jdbc required in this context.
Where can I find info, frameworks and example source for writing a JDBC driver?