A column insert or update conflicts with a rule imposed by a previous CREATE RULE statement.

Posted by Ronnie Chester Lynwood on Stack Overflow See other posts from Stack Overflow or by Ronnie Chester Lynwood
Published on 2010-04-08T10:15:47Z Indexed on 2010/04/08 10:23 UTC
Read the original article Hit count: 309

Filed under:
|
|
|

hello. im working on a online game. i got some problems with inserting new data to table. im getting

2010-4-8 2:14, *** 37000, 513, [Microsoft][ODBC SQL Server Driver][SQL Server]A column insert or update conflicts with a rule imposed by a previous CREATE RULE statement. The statement was terminated. The conflict occurred in database 'KN_online', table 'ACCOUNT_CHAR', column 'strAccountID'., 261 NationSelect***

this error in logs. what does this means? how can i fix this? i've tried to delete RULE for my DB but I'm unable to delete RULE. im getting the rule 'dbo.unallowedchars' cannot be dropped because it is bounded to one or more clumn.

I set all permissions right but its still not working.. thanks..

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server