Changes the current database for an open ULConnection.
Visual Basic Public Overrides Sub ChangeDatabase( _ ByVal connectionString As String _ )
C# public override void ChangeDatabase( string connectionString );
connectionString A complete connection string to open the connection to a new database.
The connection to the current database is closed even if there are parameter errors.
UL Ext.:connectionString is a full connection string, not a dbn or dbf.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |