Difference between JDBC Driver type numbers

后端 未结 5 2112
一整个雨季
一整个雨季 2020-12-14 08:50

I noticed that JDBC has different Drivers like:

  1. Type 1 Driver
  2. Type 2 Driver etc.. to Type 4

Why did they get the name like Type 1, Typ

5条回答
  •  醉话见心
    2020-12-14 09:42

    http://en.wikipedia.org/wiki/JDBC_driver

    Does not seem to be any logic, just plain laziness I guess!

    UPDATE: The question was whether there was some logic to calling it type 1, type 2 etc instead of calling type apple, type orange :). I understand that the driver types are different and work/not work based on circumstances, but why the name "Type 1" instead of "Type JDBC-ODBC" or "Type JO" has no reason AFAIK.

提交回复
热议问题