digitalfriction
Member
Hi,
I am new to android development, so apologies if this is a basic question. I have 2 or 3 C# programs that I have written, which connect to SQL Server databases. I would like to create an android app, which has a local database, and when initially launched, I would like to populate the local database with data from the main SQL database on the server.
My reason for this is so that the android does not have to be online to receive data from the database, it can use the local version, that will have selected information in it, then when the device is online the changes can be sent back up to the server database.
I can see tutorials on reading from a SQL server, and tutorials on creating a local database. However I would like to know if anyone can point me in the right direction to achieve the above 'sync' between 2 databases. Is it possible to use replication?
Any help or guidance is appreciated, sorry for such a :sign0104: question !
I am new to android development, so apologies if this is a basic question. I have 2 or 3 C# programs that I have written, which connect to SQL Server databases. I would like to create an android app, which has a local database, and when initially launched, I would like to populate the local database with data from the main SQL database on the server.
My reason for this is so that the android does not have to be online to receive data from the database, it can use the local version, that will have selected information in it, then when the device is online the changes can be sent back up to the server database.
I can see tutorials on reading from a SQL server, and tutorials on creating a local database. However I would like to know if anyone can point me in the right direction to achieve the above 'sync' between 2 databases. Is it possible to use replication?
Any help or guidance is appreciated, sorry for such a :sign0104: question !