Languages

Menu
Sites
Language
SQLite - using PRAGMA

Hello!

When I query statement 'PRAGMA table_info(...my_table...)' with CreateStatementN

then I receive NO result (i.e. ExecuteStatementN() -> null) and no exceptions as well.

So, I suppose, Tizen does not support such query ?

Responses

1 Replies
Chintan Gandhi

Hi Sergii Kolomiiets,

AFAIK Tizen supports few Pragma statements. Also to note that No error messages is generated if an unknown pragma is issued. And as you said not all Pragma statements are supported. e.g. “PRAGMA locking_mode = NORMAL” and “PRAGMA journal_mode = OFF” and some others are not supported.

Recheck the use in your query.

Thanks.