Subversion Repositories DevTools

Rev

Rev 4256 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4256 Rev 4554
Line 20... Line 20...
20
'OraSession.CreateDatabasePool 1,10,100, Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), 0
20
'OraSession.CreateDatabasePool 1,10,100, Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), 0
21
'Set OraDatabase = OraSession.GetDatabaseFromPool(10)
21
'Set OraDatabase = OraSession.GetDatabaseFromPool(10)
22
 
22
 
23
Set OraSession = CreateObject("OracleInProcServer.XOraSession")
23
Set OraSession = CreateObject("OracleInProcServer.XOraSession")
24
Set OraDatabase = OraSession.OpenDatabase( Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), Cint(0))
24
Set OraDatabase = OraSession.OpenDatabase( Application("TNS_NAME"), Application("DEPLOYMENT_MANAGER_LOGIN"), Cint(0))
25
 
-
 
26
'-- ClearQuest Connection
-
 
27
Const CQ_CONN = "Provider=sqloledb;Data Source=AUPERASQL05;Initial Catalog=master;User Id=release_manager;Password=release_manager"
-
 
28
' -----------------------------------------------------
25
' -----------------------------------------------------
29
%>
26
%>
30
<%
27
<%
31
' -- CONFIGURATIONS -----------------------------------
28
' -- CONFIGURATIONS -----------------------------------
32
Const APPLICATION_ID = 1  			' Stored in Deployment Manager, [APPLICATIONS] table
29
Const APPLICATION_ID = 1  			' Stored in Deployment Manager, [APPLICATIONS] table