Show TOC Start of Content Area

Procedure documentation Defining and Un-defining JDBC Drivers  Locate the document in its SAP Library structure

Use

If you have deployed a library that contains JDBC driver classes on the J2EE Engine without using the JDBC Connector Service, you can define this library as a JDBC driver. This means that you do not need to deploy the driver separately to use it.

Procedure

You can use the following tools to define and un-define a JDBC driver:

·        Visual Administrator

·        Console Administrator

Visual Administrator

To define a JDBC driver, use the Runtime tab of JDBC Connector Service.

...

       1.      In the right-hand tab choose Resources Drivers.

       2.      Select an entry from the Deployed Libraries tree.

       3.      Choose This graphic is explained in the accompanying text Mark a Library as JDBC Driver to define the library as a JDBC driver.

To un-define a JDBC driver, select the entry in the Resources Drivers tree and choose This graphic is explained in the accompanying text Unmark Selected JDBC Driver.

Console Administrator

To define a driver, use define_jdbc_driver command from the DBPOOL command group.

To un-define a driver, use undefine_jdbc_driver command from the DBPOOL command group.

For more information, see DBPOOL.

 

See also:

Deploying and Removing JDBC Drivers

 

 

End of Content Area