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–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.