-
Notifications
You must be signed in to change notification settings - Fork 1
SQL Server Database
moutansos edited this page May 10, 2017
·
1 revision
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.