Re: [sqlite] DB initial creation?

2007-09-19 Thread John Stanton
Sqlite is your friend. It will automatically create the DB if it does not exist. Gary G Allen wrote: Thanks for the help thus far. The nice people on the list have provided me with solutions to my issues I have run into so far. We are considering using SQLite for a backend db on our device.

RE: [sqlite] DB initial creation?

2007-09-19 Thread Lee Crain
@sqlite.org Subject: [sqlite] DB initial creation? Thanks for the help thus far. The nice people on the list have provided me with solutions to my issues I have run into so far. We are considering using SQLite for a backend db on our device. It will be used by the CLI & to store configuration data.

[sqlite] DB initial creation?

2007-09-19 Thread Gary G Allen
Thanks for the help thus far. The nice people on the list have provided me with solutions to my issues I have run into so far. We are considering using SQLite for a backend db on our device. It will be used by the CLI & to store configuration data. I do not see in the source code for any api to