Re: [sqlite] Read/Write cycle

2019-04-25 Thread Kees Nuyt
Hi, On Tue, 23 Apr 2019 11:54:07 +0530, you wrote: > Hi All, > > I'm new to the Database, In my application i want to update a particular > data in a database for every 10 sec. What is the maximum read/write cycle > for the above scenario? Nobody can give an answer to that, there are many depen

Re: [sqlite] Read/Write cycle

2019-04-25 Thread Clemens Ladisch
manojkumar schnell wrote: > What is the maximum read/write cycle? The database puts no limit on how often you can read or update data. Regards, Clemens ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cg

[sqlite] Read/Write cycle

2019-04-25 Thread manojkumar schnell
Hi All, I'm new to the Database, In my application i want to update a particular data in a database for every 10 sec. What is the maximum read/write cycle for the above scenario? -- With Regards, S. Manoj Kumar. +91-99948 57534. ___ sqlite-users mai