• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

", WHERE ChaNum=%u",

Joined
Oct 29, 2013
Messages
414
Reaction score
5
DB:42000, NativeError:156, [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'WHERE'. how to fix this in field server?tnx n advance
 
Junior Spellweaver
Joined
Nov 18, 2017
Messages
125
Reaction score
64
DB:42000, NativeError:156, [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'WHERE'. how to fix this in field server?tnx n advance

well its hard to solve if you only give this information,
you need to explore what function call this error, is it from login? is it from bank? is it from pet?


the only I can tell from this short kind of information is,
we have 4 database,
if the stored procedure cant find ChaNum,
open that stored procedure, add this on top of the code,

use [rangame1]
 
Upvote 0
Back
Top