Ask Experts Questions for FREE Help !
Ask
    sheela_padhy's Avatar
    sheela_padhy Posts: 1, Reputation: 1
    New Member
     
    #1

    Apr 1, 2011, 01:43 AM
    What is the need of jdbc
    Dr1757's Avatar
    Dr1757 Posts: 186, Reputation: 25
    Junior Member
     
    #2

    Apr 1, 2011, 03:35 AM

    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Jsp with jdbc connection [ 1 Answers ]

Hi... How to store and retrieve employee form with jsp and jdbc connection.


View more questions Search