Skip to content

Supported database servers

The SqlCli object supports the following database servers. Use the corresponding driver name when configuring your connection:

Database ServerSqlCli Driver Name
Couchbasen1ql
FirebirdSQLfirebirdsql
Google BigQuerybigquery
MS SQL Servermssql
MySQL/MariaDBmysql
Oracleoracle
Postgrespg
SQLitesqlite

WARNING

You must specify a driver before calling the Connect() method of the SqlCli object. Failure to do so will interrupt script execution.