Hello,

IF you need to do that just to setup your database once, then you can use
any of free tools as suggested. Or you can simply run a SQLCommand through
your code to drop and recreate a table using Standard SQL Create Table
statement. Alter query will work to drop and add column as well.

Sumit

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Madhankumar Rajaram
Sent: 22 August 2011 16:45
To: sqlite-users@sqlite.org
Subject: [sqlite] how to Add/modify a table in the existing Sqlite database
at client side


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 data, and only change the script
in order to add a new table/column.

Is there any way something like bat file  - to execute and update the
database file in client machine.
or any other way to execute the scripts( like oracle updation of script)

Waiting for your reply.
Thanks

- Madhan




 
 
This email and any attached files ("Message") may contain confidential
and/or privileged information. It is intended solely for the addressee(s).
If you receive this Message in error, inform the sender by reply email,
delete the Message and destroy any printed copy.
Any unauthorized use, distribution, or copying of this Message or any part
thereof is prohibited. Emails are susceptible to alteration. Neither Technip
nor any of its affiliates shall be liable for the Message if altered or
falsified nor shall they be liable for any damage caused by any virus that
might be transmitted with this Message.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to