Problem with MySQL R39-2.
#1

Hello !

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
In my code:

pawn Код:
new Numero = cache_get_field_content_int(i, "Numero");
In my database:

pawn Код:
`Numero` bigint(20) NOT NULL,
THX
Reply
#2

PAWN doesn't support bigints.
Big ints are 64-bit integers, PAWN only supports 32-bit integers.
Reply
#3

I changed in:

`Numero` int(11) NOT NULL,

Not work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)