On 8/28/06, Tikky <[EMAIL PROTECTED]> wrote:

Hi,
unable to create database in sqlite prompt.
Can U provide any specific command.


You don't create a database at the sqlite prompt. You create it at
your OS prompt, and then you create your tables at the sqlite prompt.

% sqlite3 mydb
..
sqlite3> CREATE TABLE...


--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.ies.wisc.edu/
Open Source Geospatial Foundation https://edu.osgeo.org/

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to