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 a file. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

