Give an example for execution of sql statement.
No Answer is Posted For this Question
Be the First to Post Answer
How to get the data from a table into a buffer?
What are the advantages of database connection pooling?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
what are the advantages of JDBC?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
How does jdbc driver work?
What protocol does jdbc use?
What is the use of the statement in jdbc?
What is jdbc thin client?
Is odbc an api?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
What is the equivalent method for precompiled SQL Statement in JDBC?