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:
Dim Sql As String = "UPDATE university SET uniqueCode='',password=@password WHERE......
...