[android-developers] Re: Android database

2012-03-28 Thread Ali Chousein
It sounds like you need to implement a mini server for your Android application which will enable other phones access a local database. Google for implement server Android, if I remember it right stackoverflow has some good threads on this. - Ali

[android-developers] Re: Android database problem while refering .sql file

2011-11-21 Thread lbendlin
use yourdatabase.execSQL(); -- 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] Re: Android Database and PC Applications

2010-06-28 Thread Boardy
Thanks everyone for your help, very useful :D On 21 June, 15:51, Steven Maitlall m.ste...@gmail.com wrote: There is a .NET Sync Framework that you could use with C#. http://msdn.microsoft.com/en-us/sync/default.aspx On Mon, Jun 21, 2010 at 10:33 AM, Mark Murphy mmur...@commonsware.comwrote:

[android-developers] Re: Android Database and PC Applications

2010-06-21 Thread Nathan
On Jun 21, 7:30 am, Boardy board.christop...@googlemail.com wrote: Hi all, I am currently doing some research on a program that I would like to develop for the Android platform. The android device will store information for the program using the internal SQLite3 Database. I also would

[android-developers] Re: Android Database

2010-02-26 Thread skink
On Feb 25, 8:24 pm, Mark Murphy mmur...@commonsware.com wrote: Julian wrote: I am trying to create an application that reads information from a database on a separate server(not the android phone).  Does anyone have any information on how to create a database connector class? Write a

[android-developers] Re: Android Database connectivity program

2008-11-07 Thread Ram Nataraaj Jayaraman
Hello guys, Thanks On Wed, Nov 5, 2008 at 9:51 PM, Anders Rundgren [EMAIL PROTECTED]wrote: Hello Ram, You could try to import the MSFT JDBC driver. It is probably very big. But I would not. The best is to create a web-service that talks to SQL server and returns the stuff you

[android-developers] Re: Android Database connectivity program

2008-11-05 Thread Anders Rundgren
Hello Ram, You could try to import the MSFT JDBC driver. It is probably very big. But I would not. The best is to create a web-service that talks to SQL server and returns the stuff you asked for. Few if anybody connects to SQL server over the Internet even if it is possible. Over VPN you can