Read Application ID

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Yogi Yang
Fresh Boarder
Fresh Boarder
Posts: 17
Joined: 15.03.2008, 08:20

Read Application ID

Post by Yogi Yang »

Hello,

I read on a forum not related to ZDB and Delphi that we can read/write Application ID using

Code: Select all

PRAGMA schema.application_id
PRAGMA schema.application_id = integer
But is there a direct way to set and read Application ID using ZDB instead of resorting to PRAGMA?

TIA
--
Yogi Yang
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: Read Application ID

Post by marsupilami »

No. You have to use the pragmas or implement some support for Zeos.
Post Reply