This is a migrated thread and some comments may be shown as answers.

Sqlite - Sql Remote db synchronisation (connectivity)

2 Answers 158 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tim
Top achievements
Rank 1
Tim asked on 10 Mar 2014, 02:05 PM
Dear all,

Brief background: I am trying to link my hybrid app to the ASP.NET web project, I successfully used JSON newtonsoft serilialisation to transform and pass data of web to AppBuilder (using getJSON), and also being capable to create sqlite db locally on the app. However, from there on, after building some functions on the app, I'm quite struggling about how to pass the data back to the web project to make updates (ie access to the Sql remote server eventually)? 

I came across one of the closer discussion underneath, and was thinking if there is any way that I can generate JSON on app and read the string from the web side, (like what I did above but reversely)? Can anyone confirm the my rationale? I've been researching for days, but due to lack of knowledge in this field, the effort is futile. Much Appreicated!

http://www.telerik.com/forums/how-to-create-connectivity-to-sql-database-in-icenium-

Kind Regards.

2 Answers, 1 is accepted

Sort by
0
Tim
Top achievements
Rank 1
answered on 10 Mar 2014, 02:08 PM
Or even better, can anyone suggest the proper way of doing these types of synchronisation? Thank you!
0
Zdravko
Telerik team
answered on 11 Mar 2014, 04:21 PM
Hello Tim,

You can send data to your server by using jQuery as suggested here.
More about the API you can find by following this link.
If you still have general questions about how to implement this you can find some good topics over the StackOverflow forum.
Thanks.

Regards,
Zdravko
Telerik
Icenium is now Telerik AppBuilder, and is part of the Telerik Platform. For more information on the new name, and to learn more about the Platform, register for the free online keynote and webinar on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT)
Tags
General Discussion
Asked by
Tim
Top achievements
Rank 1
Answers by
Tim
Top achievements
Rank 1
Zdravko
Telerik team
Share this question
or