Re: [sqlite] Add/modify a table in the existing Sqlite database in client side.

2011-08-22 Thread Jean-Christophe Deschamps
>I am using C# windows application(.Net2010) with sqlite, and i need >to change the database table. >Can you pls let me know, how to add or modify a new column/ > table in >the existing Sqlite database that is in my client desktop machine. >I want the existing database to have its data,

Re: [sqlite] Add/modify a table in the existing Sqlite database in client side.

2011-08-22 Thread Simon Slavin
On 22 Aug 2011, at 11:17am, Madhankumar Rajaram wrote: > I am using C# windows application(.Net2010) with sqlite, and i need > to change the database table. > Can you pls let me know, how to add or modify a new column/ table in > the existing Sqlite database that is in my client

[sqlite] Add/modify a table in the existing Sqlite database in client side.

2011-08-22 Thread Madhankumar Rajaram
Hi, I am using C# windows application(.Net2010) with sqlite, and i need to change the database table. Can you pls let me know, how to add or modify a new column/ table in the existing Sqlite database that is in my client desktop machine. I want the existing database to have its