Search found 1 match

by reiser
08.10.2013, 16:48
Forum: ZeosLib 7.0 Stable Forum
Topic: Reading sqlite largeint values with Zeos
Replies: 2
Views: 3745

Reading sqlite largeint values with Zeos

Hi, I'm trying to make function which will import data from one sqlite database to other. Specifically what I'm after is to make function that can import cookies to Chrome cookies database (which is in sqlite format). I have this code: procedure ImportToChromeZ(const ASourceDatabase, ATargetDatabase...