I Really not understand what is exactly meaning of modified and pointing (but i know theory any application need to get access that should point to server )or otherwords we say application is pointig to database, to point one server to other what we do get that . could any one give detail idea really i am missing some basics drivers and application pointing . may i know any book or link to study more about this kind of sutuation
I my self digging information about drivers finally I found the way and use of this drivers here is my understanding it may help some users.
They are several drivers namely few OLEDB, ODBC, JDBC .., Each driver we use for different purposes
For example if we need to get access java application to MSSQL Database we use JDBC Driver otherwise we cannot connect to database .it is very simple to explain this way when you want to enter into a home you need to go through door it is same way
That is why I understood for any in order to get access we need driver
So that different applications use different drivers.
In order to perform this go start admin tools, Data sources there you can config everything
For more info refer http://java.sun.com/products/jdbc/driverdesc.html
No comments:
Post a Comment