Vectorworks 2011 introduced the ability to use an ODBC (Open Database Connectivity) interface to communicate with external databases. To use this functionality; ODBC drivers and an ODBC manager are required.
Windows:

Start ODBC Administrator:
- 32bit version: \Windows\SysWOW64\odbcad32.exe;
- 64bit versiom: \Windows\System32\odbcad32.exe.
On the ‘System DSN’ tab click on ‘Add…’ and a dialog ‘Create New Data Source’ will open. Choose ‘SQL Server’ and click ‘Finish’. A wizard will start and enter a name for the data source, e.g. ‘SQL Test’ and enter the server name and the machine where it is located.

Click Next, choose the authentication mode, click Next and change the default database and finish the wizard.
Close the ODBC Administrator with OK. Start Vectorworks and go to Tools > Database > Manage Databases. Click on Connect button and choose the DSN ‘SQL Test’ from the popup. Close the dialog with OK and the connection is established. Mark a column as a key and close the dialog with OK.

Create the following record format and map its fields to the database columns:

Close the dialog with OK and draw a rectangle. Go to data pane in the OIP and attach record Space to it. Go to Tools > Database > Object Connection and select a row from the table:

Close the dialog with OK and execute Tools > Database > Update Vectorworks Document and look at the data pane. The record instance is updated. Use Tools > Database > Update External Database to update data in the external database.


Start ODBC Manager and on the ‘System DSN’ tab click on ‘Add…’ and choose 'Actual SQL Server' driver. Click OK and a wizard will start. Enter name for data source, e.g. 'SQL Test', server address and name, choose type if the database (in our case Microsoft SQL Server) , turn on 'Connect to SQL Server' and set the default base to 'Test'. Finish the wizard.

Start Vectorworks and go to Tools > Database > Manage Databases. Click on Connect button and choose the DSN ‘SQL Test’ from the popup. Enter user name with the domain name and password is it is required and close the dialog with OK.

and the connection is established. Mark a column as a key and close the dialog with OK.

Create the following record format and map its fields to the database columns:

Close the dialog with OK and draw a rectangle. Go to data pane in the OIP and attach record Space to it. Go to Tools > Database > Object Connection and select a row from the table:

Close the dialog with OK and execute Tools > Database > Update Vectorworks Document and look at the data pane. The record instance is updated. Use Tools > Database > Update External Database to update data in the external database.