Posts by bruner • 56 points
2 posts
-
3
votes4
answers1022
viewsA: How to keep column 'order' in sequence even after editing the order of records?
Ideally you would somehow know the new order of the item in question, and do 2 updates: update TABELA set ordem = ordem + 1 where ordem > 7 (para acrescentar 1 para os itens acima da nova ordem)…
-
1
votes1
answer60
viewsQ: Error in Urlloader - flex
I am creating an application in flex (AS3), where I need to get information from an external url. However when using Urlloader the error occurs: "Error #2044: Unhandled securityError:. text=Error…