ASP.net , C#, and VB.net , and Java, and SQL

coding and testing

博客园 首页 新随笔 联系 订阅 管理

        string strSQL = "INSERT INTO [table] ([])"
                + " VALUES ('')";

        SqlHelper.ExecuteNonQuery(SqlHelper.ConnectionStringOrderDistributedTransaction, CommandType.Text, strSQL);

posted on 2011-01-17 16:58  mr liao  阅读(348)  评论(0编辑  收藏  举报