Hello,
I m using System.Data.SQLite for connecting to sqlite
but i am having probelm in storing UINT64 value in database and retreive it
sample value is
16536831622220222229
which datatype should i use to insert this value as INt64 is throwing overflow exception
I dont want to use varchar as i it will affect the performance
Can u please help me with this Issue