22.01.2015, 20:38
Fixed.
Other:
I have this error:
In my code:
In my database:
THX
Other:
I have this error:
Код:
[22:13:08] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Numero", connection: 1 [22:13:08] [WARNING] CMySQLResult::GetRowDataByName - field not found ("Numero") [22:13:08] [ERROR] cache_get_field_content_int - invalid datatype
pawn Код:
new Numero = cache_get_field_content_int(i, "Numero");
pawn Код:
`Numero` bigint(20) NOT NULL,