MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
This commit is contained in:
8
Database/Constants.vb
Normal file
8
Database/Constants.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
Public Class Constants
|
||||
Public Const PROVIDER_MSSQL = "MS-SQL"
|
||||
Public Const PROVIDER_ORACLE = "ORACLE"
|
||||
Public Const PROVIDER_ODBC = "ODBC"
|
||||
|
||||
Public Const DEFAULT_TIMEOUT = 120
|
||||
Public Const DEFAULT_TABLE = "DDRESULT"
|
||||
End Class
|
||||
Reference in New Issue
Block a user