Thanks DRH... That worked.
 Ken
 

[EMAIL PROTECTED] wrote: Ken  wrote:
> How does one set the page_size ?
>  
>  according to the documentation 
>  "The page-size     may only be set if the database has not yet been created. 
> "
>  
> So how do you execute the pragma prior to creating the DB? without calling 
> sqlite3_open to get a DB handle that is needed to call prepare/step ?
>  

The database file is not actually created until you
issue a "CREATE TABLE" statement.
--
D. Richard Hipp  


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------


Reply via email to