Re: [sqlite] Delete data base.

2012-01-31 Thread Taleeb Anwar
No! Try deleting the database file instead (right click - delete) Thanks & Regards Taleeb bin Waquar *Hum Mashriq Ke "Miskeenon" Ka Dil Maghrib men Ja Atka Hai!!* On Wed, Feb 1, 2012 at 11:41 AM, bhaskarReddy wrote: > > Hi Friends, > > is it possible to

[sqlite] Delete data base.

2012-01-31 Thread bhaskarReddy
Hi Friends, is it possible to delete a database with DROP command. ex: DROP DATABASE dbName; Regards, Baskar Reddy. -- View this message in context: http://old.nabble.com/Delete-data-base.-tp33241353p33241353.html Sent from the SQLite mailing list archive at

Re: [sqlite] Delete data base.

2012-01-30 Thread bhaskarReddy
Tank you very much simon. Regards, Bhaskar Reddy. Simon Slavin-3 wrote: > > > On 30 Jan 2012, at 11:42am, bhaskarReddy wrote: > >> Can any one tell me how to delete entire database with its name, >> using sqlite3 API. > > You can't. But unless you have the database open using

Re: [sqlite] Delete data base.

2012-01-30 Thread Simon Slavin
On 30 Jan 2012, at 11:42am, bhaskarReddy wrote: > Can any one tell me how to delete entire database with its name, > using sqlite3 API. You can't. But unless you have the database open using SQLite the entire database just one file. Use whatever language feature you have for deleting

[sqlite] Delete data base.

2012-01-30 Thread bhaskarReddy
Hi Friends, Can any one tell me how to delete entire database with its name, using sqlite3 API. Regards, Bhaskar Reddy. -- View this message in context: http://old.nabble.com/Delete-data-base.-tp33228500p33228500.html Sent from the SQLite mailing list archive at Nabble.com.