C#&TreeView& 与数据库的操作

    技术2022-05-11  16

    private bool  runSql(string sqlCommand)        {            SqlConnection conn = new SqlConnection(globeSet.DBConnectString);            SqlCommand cmd = new SqlCommand(sqlCommand,conn);            t

    最新回复(0)