H Hilda New member Oct 27, 2011 #1 how to call an asp parameter in a sql command exp: cmd.CommandText = "SELECT name FROM server WHERE code="+TextBox1.Text; is it correct? .
how to call an asp parameter in a sql command exp: cmd.CommandText = "SELECT name FROM server WHERE code="+TextBox1.Text; is it correct? .