InterviewSolution
| 1. |
How Do I Connect My Application To Talk To A Database? |
|
Answer» To achieve this , you need to create a JDBC provider and datasource. The JDBC provider object encapsulates the specific JDBC driver IMPLEMENTATION class for access to the specific vendor database of your ENVIRONMENT. The data SOURCE object supplies your application with CONNECTIONS for accessing the database. The best way to learn more about this task is, login to administration CONSOLE –>guided activities –> connecting to a database. To achieve this , you need to create a JDBC provider and datasource. The JDBC provider object encapsulates the specific JDBC driver implementation class for access to the specific vendor database of your environment. The data source object supplies your application with connections for accessing the database. The best way to learn more about this task is, login to administration console –>guided activities –> connecting to a database. |
|