I have multiple rows of data in sqlite database and I want to save it as single row in MySql database on the server, as there are no available answers and I'm not able to make any algorithm for the same . Could anybody just help me out to make this algorithm or could guide me to any tutorials for it ?
-
stackoverflow.com/questions/12127407/… may be it will help you.Zezariya Nilesh– Zezariya Nilesh2017-09-13 08:07:45 +00:00Commented Sep 13, 2017 at 8:07
-
@ZezariyaNilesh i need to convert two columns as one single String in order to insert into online databseAtul kumar– Atul kumar2017-09-13 08:21:00 +00:00Commented Sep 13, 2017 at 8:21
-
you can use webservice to store your arraylist into database.Zezariya Nilesh– Zezariya Nilesh2017-09-13 08:39:03 +00:00Commented Sep 13, 2017 at 8:39
Add a comment
|