error

Newbie Spellweaver
Joined
Jan 17, 2007
Messages
49
Reaction score
0
why I have this error


180524|SELECT IDX,MIconCNt FROM WHERE IDX IN (SELECT MIDX FROM WHERE userid='fp547' and ChName='fp547' AND DelActive=0)

I can solve this error
 
I have del clan.dll
now y have other erro
i launch sod 2 rec by sandurr
and i have this in BillingDBError2008.08.17.log
164455|INSERT INTO SOD2RecBySandurr (UserID, CharName, CharType, Point, KillCount, GLevel, TotalPoint, TotalUser, SuccessUser, ServerName, PCRNo, GPCode, Contribute, RegistDay, BusinessName, BAddress1, PMNo, ServerTime) VALUES ('fp547', 'fp547', 3, 31523962, 888, 119, 31523962, 1, 1, 'Mypt', 0, '', 100, '08-17-2008 16:44:54', '','',0, -123194288)

and sond point not read in sql server
 
in my sql i have this database
fp547 - error - RaGEZONE Forums
 
just take a look at your server DBs and find the table that has : IDX,MIconCNt,MIDX,userid,ChName,DelActive and then Open your HEX editor , find your sql.dll edit it, now search for :SELECT IDX,MIconCNt FROM and you'll find something like :SELECT IDX,MIconCNt FROM %s then replace the %s with the table that you've found with the values.
 
Back