Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
android SQLite
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nageswara rao Rajana  
View profile  
 More options Oct 26 2012, 1:33 am
From: nageswara rao Rajana <nagu.raj...@gmail.com>
Date: Fri, 26 Oct 2012 10:56:57 +0530
Local: Fri, Oct 26 2012 1:26 am
Subject: android SQLite

Hi,

In my app i should maintain a local database which contain 20 tables with
primary and foreign keys later it should sync with remote server database.
I have some queries following

   - I came across that foreign key constraint is not supported.
   - Can we implement Joins.
   - What is maximum size of database file.
   - Do we have any api's to sync with remote database.

Please help me....

Thanking you,
nageswararao.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Oct 26 2012, 1:36 am
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Fri, 26 Oct 2012 01:33:47 -0400
Local: Fri, Oct 26 2012 1:33 am
Subject: Re: [android-developers] android SQLite
usually the syncing with a database pattern happens via service in an
alarmmanager then updating a content provider or something of that
nature..

kris

On Fri, Oct 26, 2012 at 1:26 AM, nageswara rao Rajana


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
djhacktor  
View profile  
 More options Oct 26 2012, 3:53 am
From: djhacktor <deepanshcri...@gmail.com>
Date: Fri, 26 Oct 2012 00:53:40 -0700 (PDT)
Local: Fri, Oct 26 2012 3:53 am
Subject: Re: android SQLite

This is some thing what m also working on to sync db best thing is use
content provider using syncAdapter in android  
see one of my
post http://ericmiles.wordpress.com/2010/09/22/connecting-the-dots-with-an...

database file size is  android.database.sqlite.SQLiteDatabase has following
API call that returns the maximum size the database may grow to:

long getMaximumSize()

and more sqlite limits u can see http://www.sqlite.org/limits.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim  
View profile  
 More options Oct 26 2012, 5:23 am
From: Tim <t...@mobiforms.com>
Date: Fri, 26 Oct 2012 02:23:22 -0700 (PDT)
Local: Fri, Oct 26 2012 5:23 am
Subject: Re: android SQLite

Dear Nageswararao,

Could I suggest you have a look at the MobiForms Advanced Edition mobile
development suite for Android?  The MAE includes the MobiForms Developer
and the MobiForms Sync Server.  The MobiForms Developer is especially
designed for creating database oriented mobile business apps.  MobiForms
totally replaces Eclipse, the Android SDK and the need to learn Java.
 MobiForms dramatically accelerates the development process with most
programming done with drag and drop or selectable lists of tables and
columns.  Behind the scenes MobiForms automatically takes care of resultset
and database cursor management.  MobiForms supports direct JDBC connection
to a range of remote databases including Oracle, SQL Server and MySQL.

The addition of the MobiForms Sync Server enables any MobiForms app to run
offline as well and supports bi-directional online synchronisation when
connectivity is available. The MSS provides the means to define the
synchonisation and offline buffering rules to Oracle, SQL Server, MySQL,
Sybase, DB2, Access, SQLite, HSQLDB and Firebird.

The MobiForms tools will run on Windows, Linux and Apple Mac, and supports
the creation of mobile apps for Android smartphone and tablet, Apple
iPhone, iPad and iPod, and Windows Mobile.  For more information go to:
http://www.mobiforms.com

Kind regards,

Tim @ MobiForms


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Subodh Nijsure  
View profile  
 More options Oct 28 2012, 11:30 am
From: Subodh Nijsure <subodh.nijs...@gmail.com>
Date: Sun, 28 Oct 2012 08:27:25 -0700
Local: Sun, Oct 28 2012 11:27 am
Subject: Re: [android-developers] Re: android SQLite
On Fri, Oct 26, 2012 at 2:23 AM, Tim <t...@mobiforms.com> wrote:
> Dear Nageswararao,

> Could I suggest you have a look at the MobiForms Advanced Edition mobile
> development suite for Android?

<snip>

Can we keep the marketing stuff off the mailing list? You can always
reply directly to person who requested information?

-Subodh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »