SA-MP Forums Archive
[WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') (/showthread.php?tid=633480)



[WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Slawi - 01.05.2017

SLOVED !


Re: [WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Vince - 01.05.2017

Quote:
Originally Posted by Slawi
Посмотреть сообщение
PHP код:
stock mysql_fetch_row_format(destination[], const delimiter[] = "|"connectionHandle 1max_len=sizeof(destination)) 
WHY? Why would you do this? First concatenating the result, only to split it apart again. What a waste of time and resources. Just fetch it into the variables directly.


Re: [WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Slawi - 01.05.2017

Quote:
Originally Posted by Vince
Посмотреть сообщение
WHY? Why would you do this? First concatenating the result, only to split it apart again. What a waste of time and resources. Just fetch it into the variables directly.
i was seen it easy

i do what you said and it Worked fine Thanks i was knowing that is hard but its very easy
Thank you


Re: [WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Slawi - 01.05.2017

SLOVED !


Re: [WARNING] CMySQLResult::GetRowData - invalid row ('24') or field index ('0') - Slawi - 02.05.2017

Bump