About mysql
#1

Well i thought of changing up the loading, how can i check this
pawn Код:
OrgInfo[i][Member] = strval(field[4]);
I dont want it to detect which row is it on the phpmyadmin, i want it to detect by it's name on phpmyadmin "Member"
Reply
#2

When you use MySQL R7 by BlueG, then you can use this function:
cache_get_field_content(0, "Member", string), OrgInfo[i][Member] = strval(string);

If you use R5/R6, then i dont think so.
Reply
#3

Well i use R6, i get lot of problems with R7
Reply
#4

Try this:
if(mysql_fetch_row_format(Data,"|")) {
mysql_fetch_field_row(Field, "Member"); OrgInfo[i][Member] = strval(Field);
}
Reply
#5

what do i do with variables without strings,
pawn Код:
mysql_fetch_field_row(str, "AdminLevel"); PlayerData[playerid][AdminLevel] = strval(str);
didnt work
Reply
#6

24 hour bump.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)