- Joined
- Mar 9, 2007
- Messages
- 44
- Reaction score
- 0
Ok Guys I Need A Little Help I Know And Can Edit This Query
Here's The Error Image
And Heres The Error Coding In The CPP File
MYSQL_RES *result;
MYSQL_ROW row;
MYSQL_RES *result = DB->QStore("SELECT id,level,sp,type,range,target,power,duration,mp, success,weapon,class,rskills,lskills,buff1,buffv11,buffv12, buff2,buffv21,buffv22,buff3,buffv31,buffv32,clevel,aoe,aoeradius,script,value1 FROM skills_data order by id");
result = mysql_store_result(mysql);
while( row = mysql_fetch_row(result) )
{
I Kinda Need Help By Today. 3:00pm BST If Possible
Thnx In Advance
Andeh
Andeh
Here's The Error Image

And Heres The Error Coding In The CPP File
MYSQL_RES *result;
MYSQL_ROW row;
MYSQL_RES *result = DB->QStore("SELECT id,level,sp,type,range,target,power,duration,mp, success,weapon,class,rskills,lskills,buff1,buffv11,buffv12, buff2,buffv21,buffv22,buff3,buffv31,buffv32,clevel,aoe,aoeradius,script,value1 FROM skills_data order by id");
result = mysql_store_result(mysql);
while( row = mysql_fetch_row(result) )
{
I Kinda Need Help By Today. 3:00pm BST If Possible
Thnx In Advance
Andeh
Andeh