Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to access individual cell data... #104

Open
GoogleCodeExporter opened this issue Aug 7, 2015 · 0 comments
Open

Trying to access individual cell data... #104

GoogleCodeExporter opened this issue Aug 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I'm trying to connect to a MySQL database, for an inventory program.  I've 
tried each of the examples, and am able to connect to the database and get the 
data; but, I can't seem to figure out how to access the individual cell data.

I'm trying to query the database and see if a specific item exists;
If that item exists, I'd like to grad the data into variables, and or text 
fields, for editing;
If the item does not exist, I'd like to reflect that and allow the user to 
create the data;
At the end, they would be able to return the altered/entered data back to the 
database as an update.  

I just can't seem to figure out how to get to the data, other than in a 
DataGrid, as in the examples.  Sorry if this is a super easy issue, I'm still 
learning Air/Flex.

--Charles

Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 2:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant