Skip to content

SQL Server Database

moutansos edited this page May 10, 2017 · 1 revision

The SQL Server Data Source

AbstractData allows for the transfer of data between other data sources and SQL Server Databases. The type in the scripting language is SQLServerDB and can be referenced like this:

>> # The standard way to create a reference to a database
>> SQLServerDB sql1 = "<<SQL connection string>>"
>> # Or the Constructor Syntax
>> SQLServerDB sql2 = new SQLServerDB(connectionString = "<<SQL connection string>>")

This module has been tested specifically with SQL Server 2016. Other versions should work but no actual testing has been done.

Clone this wiki locally