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
How to Sync Database Data to a Desktop Application without internet connection..
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
  14 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
 
Aadi Rockzz  
View profile  
 More options Oct 12 2012, 3:13 am
From: Aadi Rockzz <sakzk...@gmail.com>
Date: Fri, 12 Oct 2012 00:13:01 -0700 (PDT)
Local: Fri, Oct 12 2012 3:13 am
Subject: How to Sync Database Data to a Desktop Application without internet connection..

I have a Desktop Application on .net and i wanted to make an Android
Application which will sync database data's with-out Using internet.

In Android App i'm Storing Data in SQLite Database.Is there any way to sync
my app Database with Desktop Application Using USB connection??


 
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.
Jxn  
View profile  
 More options Oct 12 2012, 3:40 am
From: Jxn <anders.jack...@gmail.com>
Date: Fri, 12 Oct 2012 00:40:31 -0700 (PDT)
Local: Fri, Oct 12 2012 3:40 am
Subject: How to Sync Database Data to a Desktop Application without internet connection..

There exist a JDBC connection over USB that connect an SQLite on Android to desktop programs in Java. If that's usable from .Net I don't know.


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 12 2012, 4:08 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Fri, 12 Oct 2012 13:36:00 +0530
Subject: Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

Can you Please Provide me the Docs or related Links So that i can check
whether it will help to Solve the issue..


 
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.
Andrew Mackenzie  
View profile  
 More options Oct 12 2012, 4:49 am
From: Andrew Mackenzie <and...@mackenzie-serres.net>
Date: Fri, 12 Oct 2012 01:49:20 -0700 (PDT)
Local: Fri, Oct 12 2012 4:49 am
Subject: Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

Do you want to have a true bidirectional sync, where changes can be made on both sides "offline" then copied over and conflicts resolved?

Do you want both to edit the sole sqlite DB from mobile and PC (while connected)? That would need transactions etc....

Or do you want your mobile app DB available on your PC after a one directional copy?

The last one is much easier and maybe you could just copy over sqlite DB file to PC and use sqlite on it (read-only) from there.....


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 12 2012, 5:08 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Fri, 12 Oct 2012 14:36:32 +0530
Local: Fri, Oct 12 2012 5:06 am
Subject: Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

I want Bidirectional Sync because data's in SQLite DB can modify from
either PC or Mobile.


 
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.
Jxn  
View profile  
 More options Oct 12 2012, 7:44 am
From: Jxn <anders.jack...@gmail.com>
Date: Fri, 12 Oct 2012 04:44:08 -0700 (PDT)
Local: Fri, Oct 12 2012 7:44 am
Subject: Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

Yes, http://google.com/ ;-)

No, I do not have access to the computer right now. You have to wait a week and hope that I remember...


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 12 2012, 9:04 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Fri, 12 Oct 2012 18:32:17 +0530
Local: Fri, Oct 12 2012 9:02 am
Subject: Re: [android-developers] How to Sync Database Data to a Desktop Application without internet connection..

Okay No Problem i'll wait for a week..:)
Thanks for the link :)...


 
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.
avluis  
View profile  
 More options Oct 12 2012, 9:21 am
From: avluis <alvaradoro...@gmail.com>
Date: Fri, 12 Oct 2012 06:21:04 -0700 (PDT)
Local: Fri, Oct 12 2012 9:21 am
Subject: Re: How to Sync Database Data to a Desktop Application without internet connection..

Does this look like something that can get you started:

SQLite JDBC Driver <http://code.google.com/p/sqlite-jdbc/> (Google Code).


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 12 2012, 9:35 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Fri, 12 Oct 2012 19:03:35 +0530
Local: Fri, Oct 12 2012 9:33 am
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

Thanks..


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 13 2012, 3:09 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Sat, 13 Oct 2012 12:37:17 +0530
Local: Sat, Oct 13 2012 3:07 am
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

Is There any Other Option is there to Sync Data from Android App to Desktop
Database other-than Using Web-Service??


 
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 13 2012, 4:20 am
From: Tim <t...@mobiforms.com>
Date: Sat, 13 Oct 2012 01:20:31 -0700 (PDT)
Local: Sat, Oct 13 2012 4:20 am
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

Aadi,

I suggest you have a look at the MobiForms Advanced Edition mobile
development tools for Android.  The MobiForms Advanced Edition includes the
MobiForms Developer and the MobiForms Sync Server.  The MobiForms Developer
is designed to replace Eclipse, the Android SDK and the need to learn and
program in Java.  Most programming is done by drag and drop.  MobiForms was
especially designed for the creation of mobile database oriented apps.  On
the device you install the MobiForms mobile client which includes an
embedded HSQLDB database.  HSQLDB is very similar to SQLite and supports
full SQL plus MobiForms will automatically create a seed mobile database.

The MobiForms Sync Server is designed to sit on your PC or database server
and acts as the middle man managing bi-directional synchronisation from any
number of Android devices to most back office databases including Oracle,
SQL Server, MySQL, DB2, Sybase, SQLite, HSQLDB and Firebird.  The MSS does
not use cumbersome layers of web services but direct JDBC connectivity.

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.
Anees Thyrantakath  
View profile  
 More options Oct 13 2012, 7:57 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Sat, 13 Oct 2012 17:24:54 +0530
Local: Sat, Oct 13 2012 7:54 am
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

Thanks a lot Tim...This will really help me :)


 
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.
Anees Thyrantakath  
View profile  
 More options Oct 13 2012, 8:00 am
From: Anees Thyrantakath <sakzk...@gmail.com>
Date: Sat, 13 Oct 2012 17:29:10 +0530
Local: Sat, Oct 13 2012 7:59 am
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

Is that Open Source?..


 
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.
Jxn  
View profile  
 More options Oct 14 2012, 3:57 pm
From: Jxn <anders.jack...@gmail.com>
Date: Sun, 14 Oct 2012 12:57:00 -0700 (PDT)
Subject: Re: [android-developers] Re: How to Sync Database Data to a Desktop Application without internet connection..

If you read the link you got, you should be abel to tell if it is OSS or not.  


 
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 »