
So I followed the SQL, and he/she said the "Do not use the Character_STR if you have another version of SQL so I compared the CHARACTER_STR and saw he/she just added the m_dwNameFont and the m_dwNameColor
After adding it @
ALTER proc [dbo].[CHARACTER_STR]
INSERT CHARACTER_TBL
SELECT m_chLoginAuthority = @om_chLoginAuthority,
UPDATE CHARACTER_TBL
After Executing it I had problem and it says
But I added them in CHARACTER_TBLQuote:
There are more columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES
So where is the problem? Thanks for the helps!






