文件名称:使用DevExpress的Winform(C#)连接MySQL的Demo
文件大小:4.75MB
文件格式:RAR
更新时间:2016-03-20 14:44:19
DevExpress XtraGrid Winform MySQL
需要建表: 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 ); 使用了两种方式MySQLDriverCS和OLEDB,分别对应两个画面和两个引用的DLL: MySQLDriverCS.dll和MySQLPV.dll
【文件预览】:
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)