| Line 7... |
Line 7... |
| 7 |
Dim TNS_NAME, DB_AUTHENTICATION
|
7 |
Dim TNS_NAME, DB_AUTHENTICATION
|
| 8 |
' -- Database Connections -----------------------------
|
8 |
' -- Database Connections -----------------------------
|
| 9 |
Const APPLICATION_ID = 2 ' Stored in Deployment Manager, [APPLICATIONS] table
|
9 |
Const APPLICATION_ID = 2 ' Stored in Deployment Manager, [APPLICATIONS] table
|
| 10 |
TNS_NAME = Application("TNS_NAME") ' Database to use
|
10 |
TNS_NAME = Application("TNS_NAME") ' Database to use
|
| 11 |
DB_AUTHENTICATION = Application("RELEASE_MANAGER_LOGIN") ' Database credentials
|
11 |
DB_AUTHENTICATION = Application("RELEASE_MANAGER_LOGIN") ' Database credentials
|
| 12 |
Const CQ_conn = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
|
- |
|
| 13 |
Const DOCREP_conn = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
|
12 |
Const DOCREP_conn = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
|
| 14 |
Const DOC_FOLDER = "doc"
|
13 |
Const DOC_FOLDER = "doc"
|
| 15 |
Const TEMP_FOLDER = "temp"
|
14 |
Const TEMP_FOLDER = "temp"
|
| 16 |
Const SCRIPTS_FOLDER = "scripts"
|
15 |
Const SCRIPTS_FOLDER = "scripts"
|
| 17 |
Const DOC_REPOSITORY_URL = "http://edms/docRegister/"
|
16 |
Const DOC_REPOSITORY_URL = "http://edms/docRegister/"
|