Has anybody connected to Amazon Redshift database via excel macros (VBA)? I want to connect to Amazon Redshift database using the same process as I do to connect to Teradata- via connection string from Macrco directly. Can anybody please help?
Teradata i follow this : Conn.ConnectionString = "DRIVER={Teradata};" & "UID=" & suid & ";" & "PWD=" & spwd & ";" & "DBCNAME=" & sdbcnm & ";" & "AUTHENTICATION=;"
*Not for MS-OFFICE / VBA / macro languages. Use the respective tags instead.*
– Alex Knauth