Chapter 5 Manipulating The Repository Using Scripts
To retrieve the current repository connection:
| Use the following | Description |
|---|---|
| RepositoryConnection As BaseObject | Global property which manages the connection to the repository database |
To connect to a repository database:
| Use the following | Description |
|---|---|
| Open (ByVal RepDef As String = "", ByVal User As String = "", ByVal Pass As String = "", ByVal DBUser As String = "", ByVal DBPass As String = "") As Boolean | Method on RepositoryConnection that allows you to perform a repository connection |
To disconnect from the repository:
| Use the following | Description |
|---|---|
| Close() | Method on RepositoryConnection that allows you to disconnect from the repository database |
| Copyright (C) 2006. Sybase Inc. All rights reserved. |
| |