Here is an approach.

1. From your app, try to copy the .sql (your application db file) to a
SDCard directory.

2. Create/build a Desktop application using Java which checks for the
following.

      2.1 checks for any USB storage is connected.
      2.2  if connected, read the respective directory
(SDCArd/yourapp/mydata.sql) and copy it to the desktop
      2.3   create queries in your desktop and show the same on the Desktop
app Ui.




On Tue, Sep 3, 2013 at 6:22 AM, Siva Kumar <j.sivakumar...@gmail.com> wrote:

> U can try via USB tethering.running a app in pc which send data via socket
> On Sep 2, 2013 10:34 PM, "Jim McGivney" <mcgivney....@gmail.com> wrote:
>
>>  I want to use an Android Tablet to gather data and input that data to a
>> program running on a PC.  The data on the PC is a MDB database.******
>>
>> I have an app with an SQLite database on the tablet.****
>>
>> I am looking for a method to get the data out of the tablet and into the
>> PC.  ****
>>
>> At times the tablet will be connected to the PC (wired) at other times
>> email may be the best way to get the data to the PC.****
>>
>> Any suggestions on how to best accomplish this task is appreciated.****
>>
>> Thanks,****
>>
>> Jim****
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> 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 unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to