SBM ModScript Reference → Programming SBM ModScript → Object Types → AppDb → AppDB IsMSSQL() Method
Returns true if database connection is SQL Server.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if database connection is SQL Server. |
SBM ModScript version: 11.3.
if( Shell.Db().IsMSSQL() ){ Ext.WriteStream( "The Db is MSSQL" );}
Result:
The Db is MSSQL
None.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.