ij Commands and Errors Reference,
Page 31 of 37


[top]
[prev]
[next]
Documentation Top
Index for This Book

Absolute
After Last
Async
Autocommit
Before First
Close
Commit
Connect
Disconnect
Driver
Elapsedtime
Execute
Exit
First
Get Cursor
Get Scroll Insensitive Cursor
Help
Last
MaximumDisplayWidth
Next
Prepare
Previous
Protocol
Readonly
Relative
Remove
Rollback
Run
Set Connection
Show Connections
Wait For

Set Connection

Syntax

SET CONNECTION Identifier

Description

Allows you to specify which connection to make current when you have more than one connection open. Use the Show Connections command to display open connections.

If there is no such connection, an error results and the current connection is unchanged.

Example

 ij> protocol 'jdbc:cloudscape:';
 ij> connect 'toursDB;autocommit=false' as tours1;
 ij> connect 'newDB;create=true' as newDB;
 ij (NEWDB)> . show connections;
 TOURS1 -    jdbc:cloudscape:toursDB;autocommit=false
 NEWDB* -    jdbc:cloudscape:newDB;create=true
 * = current connection
 ij(NEWDB)> set connection tours1;
 ij(TOURS1)> disconnect all;
 ij> 
[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.