I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
No Answer is Posted For this Question
Be the First to Post Answer
What is the jdbc rowset?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How to rollback a JDBC transaction?
Does jdbc use odbc?
What are jdbc?
How can you tune SQL statements?
Is jdbc open source?
What are the steps involved in establishing a connection using jdbc in java?
what does the method Class.forName returns?
List the common jdbc exceptions ?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.