필터 지우기
필터 지우기

import table from .db file

조회 수: 21 (최근 30일)
Toke Søltoft
Toke Søltoft 2014년 7월 23일
답변: Toke Søltoft 2014년 7월 23일
I have some sqlite .db files which I want to import into matlab. The .db file is attached.
How can I import a selected table from the .db(I need the DPV table) or even the whole .db into matlab, into a structure or something. The .db files will never have a huge size.
I have look around for connecting to a sql database, but I can only find solution for connecting remotely to one. I have these .db files locally.
There must be a simple solution to this that I can't see.

채택된 답변

Toke Søltoft
Toke Søltoft 2014년 7월 23일
The easiest way (I think) is to use sqlite3:
system('sqlite3 -header -csv project.db "select * from DPV;" > results.csv');

추가 답변 (0개)

카테고리

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