WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

Package examples.jdbc.mssqlserver4

This package contains standalone applications that illustrate various JDBC programming tasks with WebLogic jDriver for Microsoft SQL Server.

See:
          Description

Class Summary
complexproc This example shows the correct method of retrieving rows, update counts, procedure status, and/or output parameters from complex stored procedures that may have multiples of them.
exsql This simple example shows how JDBC Extended SQL can be embedded in standard SQL sent to the DBMS.
LargeTableTests This example creates a large table, retrieves its contents, and then deletes the table.
login This simple example shows the alternatives for making a JDBC connection to a MSSQLServer instance.
ProcedureTests This example shows how to create, call and remove a stored procedure from a Microsoft SQL Server.
ReadingThread The threads created by ThreadTests execute this class.
records This simple example shows how JDBC can be used to execute DDL and DML.
simpleselect This simple example shows how data and result set metadata are selected with JDBC.
simplesql This simple example shows how to execute DDL and DML using JDBC.
storedprocs This simple example shows how to create and execute stored procedures, and get the results.
ThreadsTests This example creates n database connections and runs n threads on each.
Timer Timer objects track elapsed time.
 

Package examples.jdbc.mssqlserver4 Description

This package contains standalone applications that illustrate various JDBC programming tasks with WebLogic jDriver for Microsoft SQL Server.

We recommend that you test the connection to SQL Server with the dbping utility before you attempt to use the examples.

This package contains the following examples:

To build and run this package follow the instructions provided with each example.

There's more

For more information about the WebLogic jDriver for Microsoft SQL Server, see Using WebLogic jDriver for Microsoft SQL Server.


Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.