I'm trying to display data in Flash pulled from an Access database. I was using the tutorial on the Data Connection Wizard and just entering my own information. My web service connection works because it pulls up the right functions from my .cfc and the Data Connection Wizard ...
I have an AMFPHP service class wich opens an access database table, runs over the rows and puts them in an array. Just like I do in mysql situation. [h] function getUsers () {