02.04.2019, 22:56
(
Last edited by KamilPolska; 02/04/2019 at 11:45 PM.
)
I added and works! Thanks!!
As to whether it will be needed?
sscanf(query, "p<|>dds[256]", id, type, ranks);
EDIT: One more problem
Ranks in the database have been recorded.
ranks: R000, R111, R222, R333, R444, R555, R666, R777, R888, R999
All ranks have not been loaded, I do not know why.
R000, R111, R222, R333 and the rest do not. Why?
Code:
sscanf(query, "p<|>dds[256]", id, type, ranks); sscanf(ranks, "p<,>A<s[25]>()[10]", rank);
sscanf(query, "p<|>dds[256]", id, type, ranks);
EDIT: One more problem
Ranks in the database have been recorded.
ranks: R000, R111, R222, R333, R444, R555, R666, R777, R888, R999
All ranks have not been loaded, I do not know why.
R000, R111, R222, R333 and the rest do not. Why?