• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Best way to load data from db using sscanf
#2
The better version of this is database normalization which implies you make for every value you need a column. Does the data is duplicate(eg: weapon1 weapon2 etc) then make a dedicated table for it with at least 2 column (ownerid and weapon) and every row will mean that x owner has y weapon which will mean you need join and forgein keys

But anyway, red about database normalization: https://en.m.wikipedia.org/wiki/Database_normalization
Away
  Reply


Messages In This Thread
RE: Best way to load data from db using sscanf - by Banditul - 2021-01-01, 06:23 PM

Forum Jump: