Re: [sqlite] checking database file

2009-02-02 Thread Zaphod
Dan wrote:
> On Feb 2, 2009, at 2:34 PM, Zaphod wrote:
> 
>> Hi All,
>>
>> Let's say every time before my system starts to run, i would like to  
>> check the
>> database for any kind of errors/mistakes.
>> Is there any API or utility for such purpose?
> 
> See "PRAGMA integrity_check" here:
> 
>http://www.sqlite.org/pragma.html#pragma_integrity_check
> 
> 
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
Thank you
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] checking database file

2009-02-01 Thread Dan

On Feb 2, 2009, at 2:34 PM, Zaphod wrote:

> Hi All,
>
> Let's say every time before my system starts to run, i would like to  
> check the
> database for any kind of errors/mistakes.
> Is there any API or utility for such purpose?

See "PRAGMA integrity_check" here:

   http://www.sqlite.org/pragma.html#pragma_integrity_check


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] checking database file

2009-02-01 Thread Zaphod
Hi All,

Let's say every time before my system starts to run, i would like to check the 
database for any kind of errors/mistakes.
Is there any API or utility for such purpose?



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users