How to store coordinates in a database
- by Tim
Hello all!
I have a Flex GUI where I have to place quadrate elements. The position of these elements need to be stored into a database. So I can create two integer fields in the db table x and y.
Also I need an angle, because the user can rotate these elements, so I can also make a int (int is okay, I do not need a double value therefore).
As a…