You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Jul 2011 at 2:13The text was updated successfully, but these errors were encountered: