Compile access database into standalone program

조회 수: 1 (최근 30일)
Roland Higler
Roland Higler 2017년 9월 22일
댓글: Roland Higler 2017년 9월 23일
I have a gui application in which I load data from an access database. I want to compile the gui into a standalone program incl. the database, but the database should not be visible as a separate file but the data must be possible to load.
Currently I'm using "hopen = invoke(hacc,'opencurrentdatabase',[pathname,filename])" to establish an connection but I believe the path name is not valid anymore incase the program is compiled.
Has anybody any suggestions how to deal with this problem?
Help is very appreciated.
  댓글 수: 2
Roland Higler
Roland Higler 2017년 9월 23일
Hello Walter,
Thanks a lot for the link. It solved my problem and the application is working perfectly now.
KR Roland

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

답변 (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