Getting unrecognized token """ error running from matlab to sqlite

K>> sqlite(DBid, query{1,1}); ??? Error using ==> sqlite unrecognized token: """
When I am paasing the string directly instead of query{1,1}it is working
How can I solve this problem?

댓글 수: 1

What is query{1,1}? From your message, it appears that you have a double quote in the query. Is that the case?
When you pass the string directly, what does the string look like? i.e. please paste out the complete command sqlite(DBid,....).

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

답변 (0개)

카테고리

질문:

2014년 8월 5일

댓글:

2014년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by