Re: [sqlite] How to configure any parameter to set max number of records to be added in SQLite DB

2011-08-31 Thread Richard Hipp
On Tue, Aug 30, 2011 at 11:55 PM, Tarun wrote: > Hi All, > > Is there any configurable parameter which allows us to set maximum > number of records that is allowed to be inserted. Once this limit is > reached, insert SQL query should fail inserting records telling max >

Re: [sqlite] How to configure any parameter to set max number of records to be added in SQLite DB

2011-08-30 Thread Simon Slavin
On 31 Aug 2011, at 4:55am, Tarun wrote: > Is there any configurable parameter which allows us to set maximum > number of records that is allowed to be inserted. Once this limit is > reached, insert SQL query should fail inserting records telling max > records have been inserted in DB table.

Re: [sqlite] How to configure any parameter to set max number of records to be added in SQLite DB

2011-08-30 Thread Igor Tandetnik
Tarun wrote: > Is there any configurable parameter which allows us to set maximum > number of records that is allowed to be inserted. Once this limit is > reached, insert SQL query should fail inserting records telling max > records have been inserted in DB table. No

[sqlite] How to configure any parameter to set max number of records to be added in SQLite DB

2011-08-30 Thread Tarun
Hi All, Is there any configurable parameter which allows us to set maximum number of records that is allowed to be inserted. Once this limit is reached, insert SQL query should fail inserting records telling max records have been inserted in DB table. Please let me know. Waiting for response.