"Vivek R" <[EMAIL PROTECTED]> wrote:
> Hi List,
>    we have ported SQLite to one of our consumer products.

What consumer product?  Who do you work for?


> We require some
> minimal applications only like creating and deleting table and Inserting ,
> Querying, deleting rows in a table. We want to reduce the code size So, We
> are planning to remove some of the features like create view and etc , as we
> are facing some memory problems Could you please suggest me what are the
> things to be done to remove the features like views and others ( which we
> usually not required) .
> 

Compile with -DSQLITE_OMIT_VIEW=1

--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to