Connecting Matlab to Redshift Databases

1 visualización (últimos 30 días)
Jonathan
Jonathan el 29 de Oct. de 2014
Respondida: Piyush Kumar el 28 de Nov. de 2024
Hello,
I have previously used a set of libraries I downloaded from the Mathworks website in order to connect to MySQL databases.
Does a similar utility exist for connecting Matlab to AWS Redshift databases?
thanks.
  1 comentario
Cameron Brown
Cameron Brown el 22 de Feb. de 2017
I am also interested in finding an answer to this question.

Iniciar sesión para comentar.

Respuestas (1)

Piyush Kumar
Piyush Kumar el 28 de Nov. de 2024
Hi,
You can use the Database Toolbox in MATLAB. As mentioned in the documentation - "Database Toolbox connects to any relational ODBC-compliant or JDBC-compliant database using ANSI SQL. To connect to Database Toolbox, you need the database-specific ODBC or JDBC driver installed on your computer."
First, download the JDBC driver for the database from this link, add it to the classpath, and then connect to the database in MATLAB using the database function.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by