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–2020 Micro Focus or one of its affiliates. All rights reserved.