What is meant By JDBC?
>> Monday, May 30, 2011
JDBC: The process of interacting with Data Base from Java Application.
But as per JDBC application we will write Data Base Logic in Java Application,When we sent the Data Base logic to Data Base ,the Data Base Engine Could Not understand the Java provided DataBase logic,Why because Data Base Engine could understand only Query Language.In order to convert the Java Language to Query Language and Query Language to Java Language we need an Interface Between between Java Application and Data Base.The interface which we are using in between Java Application and Data Base is called as "Driver".This Driver can be used to convert
Java Language to Query Language and Query Language to Java Language.
0 comments:
Post a Comment