필터 지우기
필터 지우기

Accessing .sql database file

조회 수: 7 (최근 30일)
Greg
Greg 2012년 3월 21일
So first of all, I have almost zero database experience. I've mainly used MATLAB for modeling purposes in the past, but now I need to do some calculations with some data stored in an SQL database.
I've been provided with a .sql file, containing the database. This database contains several tables which I'd like to access and run queries on in order to perform calculations.
I've downloaded the Database Toolbox package, and have been trying to make a connection using the 'database' command, but there seems to be an issue concerning the JDBC drivers.
My question is: what do I need to do, what do I need to install and configure in order to be able to perform SQL queries on the Database.sql file?
As I said, I've never worked with databases before so I have minimal knowledge.
Many thanks in advance,
Greg

답변 (3개)

Aldin
Aldin 2012년 3월 21일
Look here for connection:
and here for SQL Query: type:
doc database
  댓글 수: 1
Greg
Greg 2012년 3월 22일
thanks, I'd already checked that out, but what I don't get is: is the JDBC driver something that needs to be downloaded and installed separately, or does it come with the database toolbox?
I'm using Mac OS X 10.6 btw.

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


ajith
ajith 2012년 11월 21일

Tony
Tony 2013년 5월 17일
Make use of sql 2005 fix
Solution http://www.fixmdf2005.sqlmdffix.com must assist you

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by