JDBC Architecture [message #268969] |
Thu, 20 September 2007 04:40 |
gurumurthy4
Messages: 17 Registered: August 2007
|
Junior Member |
|
|
I want to know how communication is done between application-jdbc driver-DBMS while executing sql statements..... I also heared that sql_id will also be returned from the DBMS to the driver and stored in client identification management table... Is it so? If so, How can we get that? Or else What is the identification that is being used to match the individual query?
[Updated on: Thu, 20 September 2007 04:42] Report message to a moderator
|
|
|
|
|
|
Re: JDBC Architecture [message #269177 is a reply to message #269175] |
Thu, 20 September 2007 23:24 |
gurumurthy4
Messages: 17 Registered: August 2007
|
Junior Member |
|
|
i just want to know if is SQL_ID is sent along with the reply from the DBMS......I studied from a patent that JDBC driver maintains a table storing these information in it.... I want to know more about them.........
|
|
|
|
|
|