国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > .NET > 正文

Asp.net獲取Access中現(xiàn)有表名

2024-07-10 13:05:40
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友


 protected void gettable()
    {
        object[] restrictions = new object[] { null, null, null, "table" }; //
        oledbconnection gettableconn = new oledbconnection(cgetconnstr.connstring);
        gettableconn.open();
        datatable temptable = gettableconn.getoledbschematable(oledbschemaguid.tables,restrictions);
        arraylist tablename = new arraylist();
        int count = temptable.rows.count;
        for (int i = 0; i < count; i++)
        {
            tablename.add(temptable.rows[i]["table_name"].tostring());
            textbox temptb = new textbox();
            temptb.id = "tb" + i.tostring();
            temptb.text = (string)tablename[i];
            this.controls.add(temptb);
        }
        gettableconn.close();
    }

    public override void verifyrenderinginserverform(control control)
    {
    }

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 巍山| 东乡族自治县| 益阳市| 武安市| 金寨县| 镇雄县| 兴山县| 扬中市| 榆中县| 衡阳县| 宜川县| 时尚| 博爱县| 通山县| 三门峡市| 定南县| 昭通市| 绥江县| 禹城市| 高密市| 泰来县| 永善县| 河曲县| 湘潭县| 姚安县| 乐安县| 镇原县| 涟水县| 安宁市| 五常市| 揭东县| 特克斯县| 普兰店市| 鹤峰县| 通许县| 涿鹿县| 信阳市| 嵊泗县| 百色市| 唐海县| 潞西市|