Hello i'm using this for registration page[Only registered and activated users can see links. Click Here To Register...] i added every column which is needed for making account, now i have small problem with account id, how to make it read last id and add +1.
i tryed just 5, but there cant be multiple id 5
Code:
SqlCommand cmd = new SqlCommand("INSERT INTO Account (account_id,account,password,block,withdraw_remain_time,age,auth_ok,pcbang,last_login_server_idx,event_code,result, email)VALUES(5,@User,@Pass,0,0,@Age,1,1,1,0,1,@Email)");