首页 优化推广 c#中对access数据表中增加表,增加字段、删除字段

c#中对access数据表中增加表,增加字段、删除字段

来源: | 时间:2010/11/2 10:47:25 |

protected void btnjb_Click(object sender, EventArgs e)
    {
        string aa = txtname.Text.Trim();
        string str = "create table "+aa.ToString()+"(id autoincrement,uname text,email text,times datetime)";
        执行

    }

//ID是自动编码字段


    protected void btnadd_Click(object sender, EventArgs e)
    {
        string aa = txtlie1.Text.Trim();
        string str = "alter table baolei add column " + aa.ToString() + " int";
        执行

    }
    protected void btndel_Click(object sender, EventArgs e)
    {
        string aa = txtlie2.Text.Trim();
        string str = "alter table baolei drop column " + aa.ToString();
        执行

    }

服务热线

153 8323 9821

功能和特性

价格和优惠

网站和维护

推广和优化

微信服务号