Database Character STR PROblem

05/23/2015 18:57 Wezzy_Dev#1
how to fix this?
05/23/2015 23:06 -Venom'#2
Under this:
Code:
-- Ver 15
							, '$'
Delet one
Code:
, 0
05/24/2015 00:17 Wezzy_Dev#3
when i remove one ,0 in character_str i have a error this is the error

Msg 109, Level 15, State 1, Procedure CHARACTER_STR, Line 1282
There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
05/24/2015 01:54 xTwiLightx#4
Quote:
Originally Posted by Gentros' View Post
Under this:
Code:
-- Ver 15
							, '$'
Delet one
Code:
, 0
Es geht nicht um ein Insert-Statement in der Prozedur, sondern um die Prozedur-Parameter selbst.

@op:
Show us your definition of the CHARACTER_STR (which means from its name, lots of variables (@xxx, ... ) until AS.
I think you use a CHARACTER_STR with Glow stuff, but your source code is not using it -> too many variables used by the procedure.