Yes it is, On sqlite3async.c file i found asyncWriterThread but i didn't find any callback to let the application know the status of the DB update. How this thread writing the data to DB, I am little bit confused.
> > On November 27, 2018 at 3:12 PM Shawn Wagner <[email protected]> > wrote: > > By asynchronous i/o, do you mean the vfs module described here: > https://www.sqlite.org/asyncvfs.html ? > > On Tue, Nov 27, 2018, 1:24 AM Prajeesh Prakash > <[email protected] wrote: > > > > > > Hi Members, > > > > I am using sqlite3 Asynchronous I/O on my application. So is there > > any way > > to get the status of the DB update (After the write operation) from > > the > > asyncWriterThread so that my application can do the proper error > > handling. > > > > I am expecting a reply. > > > > Thank you > > > > Prajeesh P > > > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > > > > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

