*It's not clear what you are doing here. If you need persistence, use the
datastore API to store data (
http://code.google.com/appengine/docs/java/datastore/). However, if you need
to *transmit* a sqlite database to some client, you'll need to generate the
db file and send it down. I don't know how you would do this - it seems like
any SQLite libraries you would load would try to load non-whitelisted
classes (http://stackoverflow.com/questions/41233/java-and-sqlite), though
you could probably take a look at what a SQLite db file looks like and
generate it by hand.
*
On Sun, Jun 20, 2010 at 9:36 PM, Maulik Gordhandas <
maulik.gordhan...@tcs.com> wrote:

> My application use is to store the collected data in an sqlite db file
> which needs to be sent to a mobile phone.
>
> Is it possible to do it in appengine?
>
> On Jun 21, 3:19 am, Tristan <tristan.slomin...@gmail.com> wrote:
> > ditto... if you want SQL this is not the tool to use
> >
> > On Jun 19, 12:22 am, nicolas melendez <nfmelen...@gmail.com> wrote:
> >
> > > Use the datastore, and forget SQL dbs in scalable apps.
> >
> > > On Fri, Jun 18, 2010 at 9:28 AM, Maulik Gordhandas <
> >
> > > maulik.gordhan...@tcs.com> wrote:
> > > > Dear All,
> >
> > > > Wanted to know is it possible to create a SQLite db on AppEngine
> using
> > > > Java code. Or do i need to upload a sqlite db file to blob storage
> and
> > > > than insert data into it using some connector.
> >
> > > > Please help..
> > > > Thanks
> >
> > > > --
> > > > You received this message because you are subscribed to the Google
> Groups
> > > > "Google App Engine for Java" group.
> > > > To post to this group, send email to
> > > > google-appengine-j...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com><google-appengine-java%2B
> unsubscr...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine-java?hl=en.
> >
> > > --
> > > Nicolás Meléndez
> > > Java Software Developer
> >
> > > 1) Google App Engine works:
> >
> > > 1.a)http://www.clasificad.com.ar (Local free classifieds for  housing,
> > > sale, services, local community, curses,jobs, and events - GAE/J +
> Wicket +
> > > YUI)
> >
> > > 1.b)http://www.chessk.com (Massive multiplayer chess online  GAE/J +
> > > Applets + Wicket)
> >
> > > 2) Linkedin:http://ar.linkedin.com/in/nicolasmelendez
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to