What is the protocol is used in type4 driver?

Answer Posted / sandeep sagala

A native-protocol fully Java technology-enabled driver
converts JDBC technology calls into the network protocol
used by DBMSs directly. This allows a direct call from the
client machine to the DBMS server and is a practical
solution for Intranet access. Since many of these protocols
are proprietary the database vendors themselves will be the
primary source for this style of driver. Several database
vendors have these in progress.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the file extension for java?

614


What is the java reflection api? Why it’s so important to have?

563


What is nested top-level class?

580


How do you override a variable in java?

535


How many static init can you have?

685






Explain about assignment statement?

598


What are the differences between throw and throws?

532


What is method in research paper?

575


Why is java architectural neutral?

617


Why char array is favored over string for the storage of passwords?

559


How many types of array are there?

551


What is sizeof in java?

559


What is an argument in java?

511


What is the difference between an argument and a parameter?

544


If system.exit (0); is written at the end of the try block, will the finally block still execute?

622