[SQL] Says "field not found" when it exists
#1

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.

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);
Maybe I missed something, but I whish you could tell me what I don't understand, thanks.
Reply


Messages In This Thread
[SQL] Says "field not found" when it exists - by Amator - 06.08.2014, 01:21
Re: [SQL] Says "field not found" when it exists - by Blademaster680 - 06.08.2014, 10:10
Re: [SQL] Says "field not found" when it exists - by dirigent00 - 06.08.2014, 10:22
Re : [SQL] Says "field not found" when it exists - by Amator - 06.08.2014, 11:18
Re: [SQL] Says "field not found" when it exists - by Vince - 06.08.2014, 12:16
Re : [SQL] Says "field not found" when it exists - by Amator - 06.08.2014, 12:54
Re: [SQL] Says "field not found" when it exists - by Vince - 06.08.2014, 13:01
Re : [SQL] Says "field not found" when it exists - by Amator - 06.08.2014, 13:06

Forum Jump:


Users browsing this thread: 1 Guest(s)