Can you provide more info on how you're getting the data into the database (e.g., via the admin?), and the ORM expression you're using to try to find it?
_Nik On 2/18/2013 2:14 PM, Hiral Shah wrote: > > Thank you very much Mikolas and Dennis! > > I understand what are you trying to say but why is the data not going > to the database? > > Regards, > Hiral > > On Sunday, February 17, 2013 6:14:15 PM UTC-8, Hiral Shah wrote: > > Hi All, > > Thanks in advance for your help! > > I am working on back-end to fill the database tables with build > related information. I am using Django framework with sqlite3. > Somehow I am not able to add more data in database table after > certain limit. I am not getting any error but database size is not > increasing. > > For example: If I run my program, it will add entry and size > is...66560 > > If I run it with different parameter again and size it ...68608 > > Now, how many time, I run it..it is not updating the size and when > I try to filter particular entry , it is not there. > > I tried to look for size limit for database using sqlite but could > not find anything. Please guide me if anyone ran into the same > situation before or have any idea about it. > > Regards, > Hiral > > -- > You received this message because you are subscribed to the Google > Groups "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

