thanks !

On 11/22/2010 4:23 PM, Igor Tandetnik wrote:
> Vander Clock Stephane<svandercl...@yahoo.fr>  wrote:
>> i want to use the pragma command to setup the page size. however they say :
>> "The page size may only be set if the database has not yet been created."
>>
>> but how to do because as soon as i do sqlite3_open_v2 then the database
>> is created ?
> No, the database is created when the first data manipulation statement runs 
> (usually, CREATE TABLE). Precisely so that you could issue some pragmas first.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to