PLATFORMS SOLUTIONS BLOGS CONTACT

DB Adapter



The DB Adapter helps you access other database systems using T-SQL commands and REST requests.




Configuration Settings



Name Description Default
Boolean _isDefault Make this the default configuration. Defaults to true if configName is already the default.
String connectionString Connection string to the destination database
Int32 defaultTimeout Default execution timeout for SQL commands 30

Handlers



ExecuteSQL Executes a SQL command that returns data details 

Arguments

Name Description Default
sql R An SQL command to execute
execTimeout An optional timeout value that overrides the default setting 30
_configName An optional definition other than the default for the current login

SQL Call

exec DB.ExecuteSQL 'SELECT * FROM table1'
SELECT * FROM DB.ExecuteSQL 'SELECT * FROM table1'


Http Call

/bsc/db/executesql

Output Columns

This call does not return data.

GetTable Executes a SELECT command on a table as specified by the table parameter details 

Arguments

Name Description Default
tableName The table name to execute the SELECT command against
_where An optional WHERE clause
_cols An optional list of columns *
_configName An optional definition other than the default for the current login
_execTimeout An optional timeout value that overrides the default setting 30

SQL Call

SELECT * FROM DB.table@myTable1 WHERE ID=1


Http Call

/bsc/db/gettable

Output Columns

This call does not return data.








601 21st St Suite 300
Vero Beach, FL 32960
United States

(561) 921-8669
info@enzounified.com
terms of service
privacy policy

PLATFORM

ENZO SERVER
ENZO DATAZEN

SOLUTIONS

SOLUTIONS OVERVIEW
INTEGRATION
SaaS
CLOUD ANALYTICS

RESOURCES

DOWNLOAD
BLOGS & VIDEOS
IN THE NEWS
ENZO ADAPTERS
ONLINE DOCUMENTATION
TCO CALCULATOR

COMPANY

LEADERSHIP TEAM
PARTNERS


© 2023 - Enzo Unified