| Author |
regarding JDBC ODBC bridge(native client code)
|
Manish Shinde
Ranch Hand
Joined: Mar 30, 2011
Posts: 39
|
|
I have doubt in JDBC-ODBC bridge.
In the working of JDBC-ODBC bridge,calls on JDBC-ODBC bridge gets converted into ODBC driver .
Then ODBC driver inturn converts the call to native client code which inturn speaks to actual database server using network protocol.
So in the above case,
1)What is native client code?
2)what type of network protocol are used ?
Regards,
Manish
|
 |
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
|
|
1. Native client code is the language used to build the ODBC driver. Typically this will be in C/C++.
2. ODBC protocol will be used.
|
S.D. MADHAN
Not many get the right opportunity !
|
 |
Manish Shinde
Ranch Hand
Joined: Mar 30, 2011
Posts: 39
|
|
Thank you for your reply.
but can you little more elaborate your first point ?
Thank You,
Manish
|
 |
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
|
|
Please refer the following,
Microsoft Open Database Connectivity (ODBC)
|
 |
 |
|
|
subject: regarding JDBC ODBC bridge(native client code)
|
|
|