Re: Increase sqlite3 database size

2013-02-18 Thread Hiral Shah

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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Increase sqlite3 database size

2013-02-17 Thread Hiral Shah
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.