ADO.NET cannot run scripts at connect time

Details

Detail name Value
Changelog Number 8812
Type Bug
Status Resolved
Affected Versions Exasol 6.1.0, Exasol 6.2.0
Fix Versions Exasol 7.0.0, Exasol 6.2.3
Resolution Date 2019-10-24

Background

Exasol's ADO.NET driver offers the connection string parameter "onconnect", where you can specify a SQL statement to be executed right after the connection is successfully established.

Problem

EXECUTE SCRIPT statements are throwing an exception when used in the "onconnect" property.