hello everybody: I am newbie to both sql and sqlite and i am testing sqlite for a specifc multi-variate application for in-memory database.
>From the documentation I see that it is not possible to do alter table and add new columns. But the documentation mentions deleting and adding the table with new features. I have two questions in this regard. 1. Can anyone send me a sample c++ with which I can fake 'alter table add' and 'alter table delete' ... 2. is there any plans to add this in future ? Thanks a lot Sathya Krishnamurthy ISE AG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

