Subversion Repositories DevTools

Rev

Rev 6794 | Rev 6971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6794 Rev 6879
Line 28... Line 28...
28
Dim MAIL_SERVER
28
Dim MAIL_SERVER
29
Dim FAULT_EMAIL_LIST
29
Dim FAULT_EMAIL_LIST
30
Dim FavIcon                     ' Favorite Icon
30
Dim FavIcon                     ' Favorite Icon
31
Dim ServiceConfig               ' All service config
31
Dim ServiceConfig               ' All service config
32
Dim ForcePageLogon              ' Page Protection Mode
32
Dim ForcePageLogon              ' Page Protection Mode
33
Dim VixVerNum : VixVerNum = 16  ' Bump to force cache reload of many resources
33
Dim VixVerNum : VixVerNum = 17  ' Bump to force cache reload of many resources
34
 
34
 
35
' -- Variable Initialisation --------------------------
35
' -- Variable Initialisation --------------------------
36
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
36
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
37
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
37
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
38
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
38
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)