Code:
command2.Parameters.Add("Nicks", nick);
command2.Parameters.Add("Address", ftp);
command2.CommandText = "UPDATE T_Users {0} WHERE Index LIKE '" + dr["Index"] + "'";
I know this is vb.net forum but you should understand it. I'm getting an error that leads me to believe its some sintax problem.

Any suggestions?