06.08.2014, 01:21
Hi.
I spent a long time these days to work and try to learn a few things about MySQL. Thanks to the nice tutorials around here, it's been a good time until I wanted to go further.
So, I don't know why, but one of my 'cache_get_field_content' returns 'field not found' in the logs, and of course, I also have no value, whereas the field does exist.
Maybe I missed something, but I whish you could tell me what I don't understand, thanks.
I spent a long time these days to work and try to learn a few things about MySQL. Thanks to the nice tutorials around here, it's been a good time until I wanted to go further.
So, I don't know why, but one of my 'cache_get_field_content' returns 'field not found' in the logs, and of course, I also have no value, whereas the field does exist.
pawn Код:
[02:51:22] [DEBUG] cache_get_field_content - row: 0, field_name: "IP", connection: 1, max_len: 16
[02:51:22] [WARNING] CMySQLResult::GetRowDataByName - field not found ("IP")
pawn Код:
cache_get_field_content(0, "IP", DBIP0, mysql, 16);