-
运行平台: Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME 下载地址...
运行平台: Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME 下载地址 简介 实现教材管理自动化。界面友好。采用ADO的SQL编程移植性强。实现数据库路径动态编程连接。 相关下载 无-platforms : Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME download profiles materials management automation. Friendly interface. Using ADO SQL Programming transplantation strong. Dynamic Database Programming connecting trails. Download-
- 2022-02-02 21:55:01下载
- 积分:1
-
C#添加删除修改数据并生成Excel工作表格
C#添加删除修改数据并生成Excel工作表格,private void Button4_Click(object sender, EventArgs e)
{//新建工作表(在Excel文件型数据源中不支持删除操作)
var MyConnectString =@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=运货商.xlsx;Extended Properties=""Excel 12.0;HDR=YES"";";
var MyConnection=new OleDbConnection(MyConnectString);
if(MyConnection.State == ConnectionState.Closed)
MyConnection.Open();
var MySQL = "CREATE TABLE 新运货商(公司名称 char(50), 电话 char(20));";
var MyCommand=new OleDbCommand(MySQL, MyConnection);
MyCommand.ExecuteNonQuery();
MySQL = "INSERT INTO [新运货商$](公司名称,电话)VALUES ( +this.TextBox1.Text+,+this.TextBox2.Text+)";
MyCommand = new OleDbCommand(MySQL, MyConnection);
MyCommand.ExecuteNonQuery();
MySQL = "SELECT * FROM [新运货商$]";
var MyAdapter=new OleDbDataAdapter(MySQL, MyConnectString);
var MyTable=new DataTable();
MyAdapter.Fill(MyTable);
this.DataGridView1.DataSource = MyTable;
}
- 2022-03-16 02:17:15下载
- 积分:1
-
giftExampleRegistration
数据同化框架下基于差分进化的遥感图像融合算法(Data assimilation framework based on differential evolution algorithm for remote sensing image fusion)
- 2011-04-22 11:36:01下载
- 积分:1
-
三层架构登录功能实例源码
说明: 三层架构登录功能实例源码---------------(Three-tier Architecture Logon Function Instance Source)
- 2019-06-25 15:56:51下载
- 积分:1
-
计算机网络框架图
11222222222222222222222222222222222222222呼呼出好画册如吃东三省是粉红色好抖擞输出OCS地IC输出发生 吃好 osifhu8rfeu8ruf9我开衫才抠出大咖肯恩】r-rlk 】】看电视剧佛积分fk大派送发哦豆腐皮
- 2022-01-21 23:41:56下载
- 积分:1
-
aa
说明: 有关机动目标跟踪,卡尔曼滤波相关的资料,对从事卡尔曼滤波研究,机动目标跟踪的朋友有参考价值 (The maneuvering target tracking, Kalman filtering relevant information, engaged in Kalman filtering, target tracking friends have reference value)
- 2010-09-08 13:38:35下载
- 积分:1
-
System
说明: 根据本科成绩和加分项排序,取前几名推荐免试研究生(According to the results of this course and the order of adding items, the first few recommended graduate candidates are selected.)
- 2020-06-24 18:00:02下载
- 积分:1
-
数据结构的图的遍历应用程序设计算法实现的源代码,请大家多多指教。...
数据结构的图的遍历应用程序设计算法实现的源代码,请大家多多指教。-data structure plans Ergodic application design algorithm source code, please exhibitions.
- 2022-03-11 10:11:57下载
- 积分:1
-
用户界面的使用的程序
用户界面的使用的程序-user interface procedures for the use of
- 2023-06-04 05:10:03下载
- 积分:1
-
antiterminateprocess
防止进程被关测试通过,利用驱动写的。呵呵,别想做坏事哦!简单易懂。(Be locked to prevent the process of testing through the use of driver writing. Oh, oh, do not want to do bad things! Easy-to-read.)
- 2007-12-15 16:37:21下载
- 积分:1