> > From: "Anirban Sarkar" <[EMAIL PROTECTED]> > Date: 2005/02/03 Thu AM 09:02:00 GMT > To: <[email protected]> > Subject: [sqlite] Adding a new field in sqlite > > Hi all, > > I want to add a new field 'flag' to my existing table 'mri' in sqlite. > How can I do that? >
See http://www.sqlite.org/faq.html#q13 . If you are still in development and have no valuable in the db, it may be easier just to drop the table and recreate it. Lawrence ----------------------------------------- Email provided by http://www.ntlhome.com/

