I am connecting my Flex application to a SQL 2005 database. The connection string is setup and I can see the tables in the Database explorer. I then selected the table I wish to use and and then did a create application from database. All the objects were created. However when I run the applicaton I get the popup "An unexpected error occurered and has been logged." The data grid is not returning any of the data. I have included my app below. I had to append ".txt" to all file names to uploade. You will have to remove that to get the original files back. Please let me know what I am missing. pfo5.zip
Thank you for the response. That error is called in called from the as file tbl_pfo_gatewayScript.as.txt for the function of faultHandler. This looks to be a generic response. I have the connection information and am trying to display the table data in the array. But it is not making it there. I cann't find where the connection breakdown is. Anythoughts.
Thank you for the response. That error is called in called from the as file tbl_pfo_gatewayScript.as.t