What is Jdbc type 5 driver

前端 未结 3 499
挽巷
挽巷 2021-01-05 22:57

What is a JDBC type 5 driver? What are the benefits of such a driver?

Can I get any links/tutorials about type 5 drivers?

3条回答
  •  借酒劲吻你
    2021-01-05 23:50

    It's a marketing hype. Progress e.g. shows it as:

    • Type 1: JDBC-ODBC bridge
    • Type 2: partial Java driver
    • Type 3: pure Java driver for database middleware
    • Type 4: pure Java driver for direct-to-database
    • Type 5: highly-functional drivers with superior performance

    They don't even state if Type 5 should be pure Java, and I believe it is some vendor bullshit because they don't want to say they have just a Type 2 driver.

提交回复
热议问题