sir i want to make connection pool in weblogic 8.1 and ms sql server 2005 my webogic is configured with my eclipse 6.5 but i got error which is following
JDBC driver is not on the CLASSPATH
Configure a JDBC Connection Pool
Define and test connection
Name your new connection pool and define connection properties. You can optionally test a database connection using the properties you define.
Name: sqldriver
The name of this JDBC connection pool.
Connection Properties
Driver Classname: com.microsoft.sqlserver.jdbc.SQLServerDriver
The full package name of JDBC driver class used to create the physical database connections in the connection pool. (Note that this driver class must be in the classpath of any server to which it is deployed.)
URL: jdbc:sqlserver://localhost:1433
The URL of the database to connect to. The format of the URL varies by JDBC driver.
Database User Name: sa
The database account user name used in the physical database connection.
Password: xxxxxxxxxxx
Confirm Password: xxxxxxxxxxxx
The database account password used in the physical database connection.
Properties:
The list of properties passed to the JDBC driver that are used to create physical database connections. For example: server=dbserver1. List each property=value pair on a separate line.