Alberto da Silva
Posts: 0
Joined: Thu Jan 26, 2012 12:38 am

External Databases

Is it possible to write data to an external SQL Database? If so which language would I use to do this? PHP, VB.Net?

Also is it possible to display the results from an external SQL Database into a list?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

External Databases

You can easily connect to a cloud-based database or mobile back end. You will be communicating with it via REST calls. It's super easy. For example, we have successfully used Parse to create a cloud database. You can display, create, delete, etc.

Alberto da Silva
Posts: 0
Joined: Thu Jan 26, 2012 12:38 am

External Databases

Thanks for the prompt reply. Are there any examples of this in the tutorial documentation?

Alberto da Silva
Posts: 0
Joined: Thu Jan 26, 2012 12:38 am

External Databases

I just found the documentation on this, never mind.

Thanks,

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

External Databases

Which link did you find?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

External Databases

You will find more tutorials here: http://help.tiggzi.com

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

External Databases

Just published how to use Parse.com mobile backend: http://help.tiggzi.com/getting-starte...

Return to “Issues”