Languages

Menu
Sites
Language
connection to db

I'm writing web app code in TIZEN. All client pages i've writed on html and javascript. What script do i use for server pages? For example in order to connect db?

 

Thank you

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

7 Replies
konduri sai swathi
Hi, You can use Ajax calls for retrieving data in JSON or XML format.
Tuvia Khusid
Thank you
Vikram Nyamthi
Hi, What script do i use for server pages? Use Ajax calls to retrieve/post from/to the server. For example in order to connect db? Do you mean you want to create/connect to a webdb? If yes please see "window.opendatabase()" in javascript.
Tuvia Khusid
Thank you
Lakshmi Prathyusha
I'm using webSQL for getting data from existing database. I'm not getting anything. Is there any process to retrieve the data from database ?
Tuvia Khusid
Yes. It's work. Thank you. Dear Lakshmi, Can you please reply to my another answer ? I'm trying to work with emulator but there are some little problem https://developer.tizen.org/forums/web-application-development/running-application-on-emulator (i've asked on 09/26/2013? Thank you
talari praveen kumar
Hi Lakshmi In web there are no apis to retrive data from existing database. In native it is possible, so its better to use hybrid app to get data from existing database