G'day mate,

How about using a content provider? That may give you the flexibility
to query it as though it were a local database, but design it so it
accesses a remote database on another server.

If you don't want the data to 'immediately' flow into a data
warehouse, you could simply use the SQL Lite database and also write a
Server that, using a background thread, sends the data back to your
data warehouse. Then the device does not require a network all the
time, and you could set it up to sync when needed/possible.

On Fri, Sep 10, 2010 at 12:18 PM, Puneet <[email protected]> wrote:
> Hello to all,
> This is what I am trying to do. I have developed an Android game app.
> This game generates scores each time the user plays it. I am trying to
> accomplish the following things:
>
> 1) I want the scores to be captured in a database.
>
> 2) I wan the data from this database to ultimately flow into a data
> warehouse so we can create Business Intelligence Analytics on top of
> the data warehouse. The analytics need to be visible on the Android
> device.
>
> Are both these things possible. I have research the SQL Lite database
> but unfortunately it resides on the mobile device. Is there a more
> scaleable way to achieve this idea.
>
> Would really appreciate the help of all the database gurus.
>
> Thanks in advance and I will wait eagerly for the responses.
>
> Regards
> Puneet.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to