this is my insert line, and I keep getting an error that says.Code:$query = "INSERT INTO [Account_CN].[dbo].[tUser] ([nUserNo],[sUserID],[sUserPW],[sUserName],[bIsBlock],[bIsDelete],[nAuthID],[sUserIP],[dDate]) VALUES('".rand_string()."','$_POST[username]','$_POST[password]','$_POST[password]','False','False','1','127.0.0.1','CURRENT_TIMESTAMP)'";
Code:Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert explicit value for identity column in table 'tUser' when IDENTITY_INSERT is set to OFF., SQL state 23000 in SQLExecDirect in C:\wamp\www\Register\index.php on line 130






