bool and mysql
#1

Hello, if i have in CarInfo enum:

Код:
bool:EngineStatus,
And then i want to load it from mysql data:

Код:
mysql_fetch_field_row(Data, "EngineStatus"); CarInfo[i][EngineStatus] = strval(Data);
Then i get this warn

Warning 213: tag mismatch

What can be the fix
Reply


Messages In This Thread
bool and mysql - by Larry123 - 23.03.2012, 00:54
Re: bool and mysql - by ikkentim - 23.03.2012, 00:59
Re: bool and mysql - by Larry123 - 23.03.2012, 01:01
Re: bool and mysql - by Larry123 - 23.03.2012, 01:10
Re: bool and mysql - by ikkentim - 23.03.2012, 01:15
Re: bool and mysql - by Larry123 - 23.03.2012, 01:42

Forum Jump:


Users browsing this thread: 1 Guest(s)