Does anyone have a link(or know) what all comes from calling the getResult() function on an adobe-air sql statement?
+1
A:
A SQLResult object comes back. Details on getResult() here. You'll usually be interested in the "data" property of the SQLResult.
chrissr
2009-08-16 17:26:14
Are these the same results you would get with the javascript version of getResult?
Corey Hart
2009-08-16 18:17:07
It should be the same, yes. Here's the javascript language reference for SQLResult: http://help.adobe.com/en_US/AIR/1.5/jslr/flash/data/SQLResult.html
chrissr
2009-08-16 18:25:00
Thanks, these docs are much better than the ones I was working with!
Corey Hart
2009-08-16 18:34:33