Hi,
I'd like to better understand the Snowflake Connector that is available as a Forge component (https://www.outsystems.com/forge/component-overview/9180/snowflake-connector).
Is there a way to detect which driver type the connector is using (jdbc/odbc)?
Thank you!
Hi Aleksander,
This application contains one C# extension that utilizes Snowflake.Data.Client https://docs.snowflake.com/en/developer-guide/dotnet/dotnet-driverwhich is in a github repro https://github.com/snowflakedb/snowflake-connector-net
it does not use jdbc,odbc.
Kind regards,
Daniel