string sql=string.format("create table {0}({1} varchar(50) primary key,{2} varchar(10))",textBox1.Text,textBox2.Text,textBox3.Text);逗号一定是英文逗号