database connection in matlab

Hi all,
I wanna to write a program that connect to a database and when the database is updated get the new information from database and do processing on new data. does anybody have suggestion to do this?
Thanks in advance, Parisa

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2011년 5월 9일

0 개 추천

The Database Toolbox allows you to interface MATLAB with ODBC/JDBC compatible databases.

댓글 수: 3

Parisa Abedi-Khoozani
Parisa Abedi-Khoozani 2011년 5월 9일
Hello Kaustubha,
The database toolbox allow me to connect to the database and import data to matlab workspace. I wanna to bind my table in my workspace with the database table. so when a new row added to data base my table in my workspace change and new data added to matlab workspace. Do you have any idea about it?
Thanks
Parisa Abedi-Khoozani
Parisa Abedi-Khoozani 2011년 5월 9일
Hello Kaustubha,
The database toolbox allow me to connect to the database and import data to matlab workspace. I wanna to bind my table in my workspace with the database table. so when a new row added to data base my table in my workspace change and new data added to matlab workspace. Do you have any idea about it?
Thanks
Kaustubha Govind
Kaustubha Govind 2011년 5월 9일
Sorry - I'm not familiar with this situation. However, do you know if you can bind the table with any shared library or executable? If yes, you can write an application that calls into the MATLAB Engine (http://www.mathworks.com/help/techdoc/matlab_external/f29148.html) to write workspace variables.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

태그

Community Treasure Hunt

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

Start Hunting!

Translated by