Answer Posted / vicky
By using the views you can get the data in buffer.like in
JDBC we hava ResultSet interface to store data temporary
and permanent to database as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where can I find info, frameworks and example source for writing a JDBC driver?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Explain about DSN?
What is a jdbc connection string?
Explain the locking system in jdbc & its types?
What is isolation level? How to set it?
What is connection commit?
What are the steps required to execute a query in jdbc?
What is createstatement method in java?
What are the considerations for deciding on transaction boundaries?
What are the three parts of a jdbc url?
What is the advantage of namedparameterjdbctemplate?
What are the main components of JDBC ?
How do I set properties for a JDBC driver and where are the properties stored?
Briefly tell about the jdbc architecture.