sql server数据库
Dim p1 As String = "alter Table a add "& txt1.text &" int before 备注" cmd.CommandText = p1 cmd.ExecuteNonQuery()