Sql Binding Datasource

When binding a tag to DB table data, in the Expression/SQL Binding editor, the drop down data source list is set to “Default”. When the query ran it caused an error. Had to edit and specify the db source of the table even though the db source that is used is the default db. Is this correct? Seem like if the default data source is the one that is being queried then an error should not have occurred.

Yes, because SQLTags are separate than a project so it can’t use the project default database. In the Ignition Gateway config page you can set the default database for the SQLTags Realtime Provider under SQLTags > Realtime.

Got it. Thanks