47
Views
1
Comments
Solved
[Snowflake Connector] Snowflake Connector - driver
Question
snowflake-connector
Service icon
Forge asset by Rita Tomé

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!


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi Aleksander,

This application contains one C# extension that utilizes Snowflake.Data.Client https://docs.snowflake.com/en/developer-guide/dotnet/dotnet-driver
which is in a github repro https://github.com/snowflakedb/snowflake-connector-net

it does not use jdbc,odbc.

Kind regards,

Daniel

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.