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

3 ビュー (過去 30 日間)
Varun Kumar
Varun Kumar 2014 年 8 月 5 日
コメント済み: Geoff Hayes 2014 年 8 月 5 日
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 件のコメント
Geoff Hayes
Geoff Hayes 2014 年 8 月 5 日
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 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by