SBM ModScript Reference → Programming SBM ModScript → Object Types → AppDb → AppDB IsOracle() Method
Returns true if database connection is Oracle.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if database connection is Oracle. |
SBM ModScript version: 11.3.
if(Shell.Db().IsOracle()){ Ext.WriteStream( "The Db is Oracle" );}
Result:
The Db is Oracle
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.