BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Installing and Using WebLogic jDriver for Microsoft SQL Server:   Previous Topic   |   Next Topic   |   Contents   

 

Installing and Using WebLogic jDriver for Microsoft SQL Server

 

Contents

 

1. Installing WebLogic jDriver for Microsoft SQL Server

Overview

Before You Begin

Which Version Should I Use?

WebLogic jDriver for Microsoft SQL Server Versions 6.5 and 7.0

WebLogic jDriver for Microsoft SQL Server Version 7.0 and 2000

Evaluation Licenses

Installation Procedure

Using Connection Pools

Configuring a Connection Pool with WebLogic Server

Using the Connection Pool in Your Application

Client-Side Applications

Server-Side Applications

Verifying Your SQL Server Installation

Setting a Port for SQL Server Connections

Verifying the JDBC Driver With dbping

For More Information

Documentation

Code Examples

2. Using WebLogic jDriver for Microsoft SQL Server

What Is the WebLogic jDriver for Microsoft SQL Server?

Connecting to an SQL Server DBMS

Using A Language Other Than English for Connection

Connection Procedure

Connection Example

Adding Connection Options

Manipulating Data with JDBC

Making Simple SQL Queries

Inserting, Updating, and Deleting Records

Creating and Using Stored Procedures and Functions

Disconnecting and Closing Objects

Codeset Support

JDBC Extensions

Support for JDBC Extended SQL

Querying Metadata

Sharing a Connection Object in Multithreaded Applications

Execute Keyword with Stored Procedures

JDBC Limitations

cursorName( ) Method Not Supported

java.sql.TimeStamp Limitations

Changing autoCommit Mode

Statement.executeWriteText( ) Methods Not Supported

References

Related Documentation

Code Examples

 

Back to Top