MySQL "vip" is not loading! (logs)
#2

Are you sure the field in db is named `vip`? I suggest to try this:
pawn Код:
//Find
mysql_store_result();
//Add this under
new fname[20];
mysql_fetch_field(3, fname);
printf("The name of field is: %s", fname);
You'll see the result in console
Reply


Messages In This Thread
MySQL "vip" is not loading! (logs) - by Dan. - 02.08.2012, 08:39
Re: MySQL "vip" is not loading! (logs) - by Misiur - 02.08.2012, 08:55
Re: MySQL "vip" is not loading! (logs) - by Goobiiify - 02.08.2012, 08:59
Re: MySQL "vip" is not loading! (logs) - by Dan. - 02.08.2012, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)