Pergunta

I am a bit confuse about Titanium Cloud, please help me out here. Suppose a database table have 10 rows in a table. I want to store these rows to Titanium Cloud and than also retrieve and update it into database. What should be the proper way to store & retrieve my database entries to Titanium Cloud? I looked into the API Documentation but there is no object regarding database.

Foi útil?

Solução

Please remember everything that is stored is stored in a database which Appcelerator handles. Now for your requirement. You want to store rows of a table in database. You can do that with Custom Object

And for a particular table you can specify a particular class_name to know that these rows belong to that particular table. I hope that will help you. And It should solve your issue. Let me know if that helps you.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top