Contents Index BeginTransaction method Close method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

ChangeDatabase method


Description 

Changes the current database for an open AsaConnection.

Syntax 

void ChangeDatabase( string database )

Parameters 

database    The name of the database to use instead of the current database.

Implements 

IDbConnection.ChangeDatabase


Contents Index BeginTransaction method Close method