06.01.2014, 17:32
I'm using MySQL R34 at the moment. At the moment I'm trying to work out the usage of ORM functions.
Firstly: What's beneficial about them?
Secondly: Is it faster than manual queries?
Thirdly: When you use "orm_addvar_int" etc under OnPlayerConnect, is this assigning my enumerations so I don't need to keep using orm_add_int etc...
The tutorial didn't explain the third one
Also, How do I update something using ORM, for example saving and loading factions
Firstly: What's beneficial about them?
Secondly: Is it faster than manual queries?
Thirdly: When you use "orm_addvar_int" etc under OnPlayerConnect, is this assigning my enumerations so I don't need to keep using orm_add_int etc...
The tutorial didn't explain the third one
Also, How do I update something using ORM, for example saving and loading factions