22.01.2015, 20:30
The primary key's only purpose is to uniquely identify the row in the table, it should have no other meaning.
You already have that. When referring to the biz in the script, use "i", when referring to the row in the database use "IDBiz".
pawn Код:
FirmaInfo[i][IDBiz] = cache_get_field_content_int(i, "IDBiz");