0

SQLCE データベースで単純な挿入コマンドを実行中にエラーが発生しました。

SQL:

insert into accountgroups (AcGroupId, AcGroupParentID, AcGroupName, AcGroupAlias, AcNatureID, AcBaseNatureID) values ('1', '0', 'Current Assets', '', '4', '1')

エラー:

{"The column cannot be modified. [ Column name = AcGroupId ]"}

VS2010 Studio SQL エディターで同じコマンドを実行しようとしました。そして、このエラーが発生します

 Error Code: 80004005
 Message   : The column cannot be modified. [ Column name = AcGroupId ]
 Minor Err.: 25004
 Source    : SQL Server Compact ADO.NET Data Provider
 Err. Par. : AcGroupId

上記のコマンドは、MySQL データベースで正常に機能しています。

私が間違っていることを教えてください。

4

2 に答える 2