C#连接数据库操作注意事项

            scmd = new SqlCommand("select * from [table]", conn);//表名需要加中括号,否则报错。