database error

10/04/2017 16:45 Zeljian#1
epvpers how to fix this after i add the jops_glow
CQuery-LogFile_20171004

error_20171004

i hope someone can help me this., thanks

bump
10/07/2017 10:57 xTwiLightx#2
You should consider using Google for errors - it might give you some answers.

[Only registered and activated users can see links. Click Here To Register...]
states the following for SQLSTATE 07002:
Quote:
The number of parameters specified in SQLBindParameter was less than the number of parameters in the SQL statement contained in *StatementText.

SQLBindParameter was called with ParameterValuePtr set to a null pointer, StrLen_or_IndPtr not set to SQL_NULL_DATA or SQL_DATA_AT_EXEC, and InputOutputType not set to SQL_PARAM_OUTPUT, so that the number of parameters specified in SQLBindParameter was greater than the number of parameters in the SQL statement contained in *StatementText.
So basically: Something in your CHARACTER_STR parameter binding is fucked up.