使用DevExpress的Winform(C#)连接MySQL增删改查Demo

时间:2016-03-20 14:34:11
【文件属性】:

文件名称:使用DevExpress的Winform(C#)连接MySQL增删改查Demo

文件大小:216KB

文件格式:RAR

更新时间:2016-03-20 14:34:11

Winform C# MySQL DevExpress XtraGrid

包含了两种连接到MySQL的方法: 1.MySQLDriverCS; 2.OLEDB; 注:OLEDB方式引用的MySQLPV可能需要激活。 需要建表: create table userinfo ( id int(5) auto_increment not null primary key, --自增主键 name varchar(10) not null, password varchar(50) not null, email varchar(50) not null, regdate date ); 并添加数据。


【文件预览】:
WindowsFormsApplication1
----WindowsForms.csproj.vspscc(257B)
----FormOLEDB.resx(6KB)
----FormMain.cs(695B)
----FormMySQL.Designer.cs(9KB)
----DataSetUser.Designer.cs(33KB)
----Program.cs(509B)
----FormMain.resx(7KB)
----FormOLEDB.Designer.cs(9KB)
----WindowsForms.csproj(7KB)
----FormMain.Designer.cs(16KB)
----Properties()
--------Settings.settings(249B)
--------Resources.Designer.cs(3KB)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
----FormMySQL.resx(6KB)
----FormOLEDB.cs(4KB)
----DataSetUser.xsd(3KB)
----obj()
--------Debug()
--------Release()
----DataSetUser.xsc(361B)
----DataSetUser.xss(3B)
----bin()
--------Debug()
--------Release()
----FormMySQL.cs(8KB)

网友评论