[sqlite] Is there size limit for tables?

2010-01-23 Thread Luigi__
Okay. I've got a table. I insert data in it via an INSERT INTO query.

I can insert as many rows as I want. But it seems that if my table gets past
a certain size, when trying to INSERT data in it, I'll just get a completely
blank page. No error message.

I absolutely hate silent failing. So please help me! I'm searching but
cannot find any result.

Thank you in advance.
Luigi__
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Is there size limit for tables?

2010-01-23 Thread P Kishor
On Sat, Jan 23, 2010 at 10:39 AM, Luigi__ luigi...@gmail.com wrote:
 Okay. I've got a table. I insert data in it via an INSERT INTO query.

 I can insert as many rows as I want. But it seems that if my table gets past
 a certain size, when trying to INSERT data in it, I'll just get a completely
 blank page. No error message.

Are you sure you are using the sqlite library directly (that is, via
either the command line shell or via a programmatic interface) or are
you using a program that has sqlite embedded in it. What do you mean
by I'll just get a completely blank page? Sqlite by itself doesn't
show any page, blank or otherwise.



 I absolutely hate silent failing. So please help me! I'm searching but
 cannot find any result.

 Thank you in advance.
 Luigi__
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users




-- 
Puneet Kishor http://www.punkish.org
Carbon Model http://carbonmodel.org
Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
Nelson Institute, UW-Madison http://www.nelson.wisc.edu
---
Assertions are politics; backing up assertions with evidence is science
===
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users