贫民窟里的程序高手

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

06 2014 档案

摘要:本文转载自:http://hi.baidu.com/ajyajyajy/item/4e2a7f4dc83393d2c1a592c1use DBNAMEgoselect * from sysobjects where xtype='U'; --这是查询所有表的信息select count(*) fro... 阅读全文
posted @ 2014-06-19 21:50 贫民窟里的程序高手 阅读(1630) 评论(0) 推荐(0)

摘要:首先,程序的界面如下:这里一定要使用OpenFileDialog控件,然后该页面代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.... 阅读全文
posted @ 2014-06-05 08:50 贫民窟里的程序高手 阅读(1497) 评论(0) 推荐(0)