Everton1Blue
Technical User
Hello
I know that 'password' is a reserved word and needs to go in square brackets, as in [password], but where do those square brackets go in something like this, please:
Thank you for any advice.
I know that 'password' is a reserved word and needs to go in square brackets, as in [password], but where do those square brackets go in something like this, please:
Code:
Dim Sql As String = "UPDATE university SET uniqueCode='',[b]password=@password[/b] WHERE......
........
cmd.Parameters.AddWithValue[b]("@password"[/b], txtNewPwd.Text....
Thank you for any advice.