Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   What is the need of jdbc (https://www.askmehelpdesk.com/showthread.php?t=567061)

  • Apr 1, 2011, 01:43 AM
    sheela_padhy
    What is the need of jdbc
  • Apr 1, 2011, 03:35 AM
    Dr1757

    See the attached definition.

    The Java Database Connectivity (JDBC)

    The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases – SQL databases and other tabular data sources, such as spreadsheets or flat files. The JDBC API provides a call-level API for SQL-based database access.

    JDBC technology allows you to use the Java programming language to exploit "Write Once, Run Anywhere" capabilities for applications that require access to enterprise data. With a JDBC technology-enabled driver, you can connect all corporate data even in a heterogeneous environment.

  • All times are GMT -7. The time now is 11:55 AM.