hi everyone.i'm using Hibernate,mysql and DS for so many tables and
itworks fine for CRUD , i have a problem with just one table when itry
to update records , the request is hanging so long before itworks , i
don't know what's wrong , here some code that can
help. public
function reserv():void{ CursorManager.setBusyCursor(); var param:Array =
new Array; param.push(offreIdFill);
param.push(userIdFill);reserveMarking.addEventListener(CollectionEvent.COLLECTION_CHANGE,refreshReserv...