9 messages in com.googlegroups.android-beginnersRe: Creating a new sqlite database
FromSent OnAttachments
sudhir28 Jan 2008 06:50 
Patrick Petermair28 Jan 2008 07:23 
bushpig28 Jan 2008 09:33 
ultraklon29 Jan 2008 06:34 
muntzen29 Jan 2008 06:46 
sudhir29 Jan 2008 07:39 
muntzen29 Jan 2008 11:41 
Megha30 Jan 2008 13:56 
GodsMoon28 Feb 2008 07:13 
Subject:Re: Creating a new sqlite database
From:GodsMoon (Gods@gmail.com)
Date:02/28/2008 07:13:09 AM
List:com.googlegroups.android-beginners

So there is not a way to attach an existing SQLite DB to my app first time it starts up?!??

On Jan 31, 11:59 am, "Mark L. Wise" <mark@gmail.com> wrote:

Megha wrote:

Hi Sudhir,

I would like to know if there is a sqlite tool I could use to create a DB on my development platform and attach it to the android app.

Android ships with SQLite database version 3.4.0. It is installed in the tools folder. You can use this tool to browse or run SQL commands on the device. Run by typing sqlite3 in a shell window.

Thanks, Megha

Megha,

When will the errors in SQLite be fixed? (dates and real numbers do not work in Android)

Mark_WiseOne.vcf