I am fairly new to flex. So please bear with me no thisquestion.I would
like to get MYSQL ID of the last record I inserted.MSQL has as function
LAST_INSERT_ID() that is connection based andwill return the last id of
the last inserted record. My thought wasin the function contained within
the cfc to do 2 queries insert therecord and return the last id directly
after (see below). However,I don't know how I would read the results
back into flex. I amunsure how to write the event handler. Thanks
...