ADO 数据库读写示例

时间:2012-05-11 08:11:49
【文件属性】:

文件名称:ADO 数据库读写示例

文件大小:75KB

文件格式:RAR

更新时间:2012-05-11 08:11:49

数据库 ADO 读写 VC++ 源代码

演示如何读写ADO数据的vc源码,对于刚接触数据库的你大有帮助


【文件预览】:
adotest
----ADOTest1.ncb(201KB)
----StdAfx.cpp(210B)
----ADOTest1.clw(2KB)
----ADOTest1.rc(6KB)
----ADOTest1.cpp(3KB)
----ADOTest1.plg(2KB)
----ADOTest1.aps(39KB)
----StdAfx.h(1KB)
----ADOTest1.dsw(541B)
----ADOTest1.h(1KB)
----Resource.h(1KB)
----ADOTest1.dsp(4KB)
----ADOTest1.opt(54KB)
----ADOTest1Dlg.h(2KB)
----test.mdb(256KB)
----res()
--------ADOTest1.ico(1KB)
--------VCKBASE.bmp(3KB)
--------Thumbs.db(5KB)
--------ADOTest1.rc2(400B)
----ADOTest1Dlg.cpp(9KB)

网友评论

  • 灰常吧错!!有查询,有插入,还有删除,就是List Control里面没像excel表格子间那样有线。不过我改了下,就可以实现线的功能了,在userlist插入列之前加入这句: m_Grid.SetExtendedStyle( LVS_EX_FLATSB //扁平风格滚动条 |LVS_EX_FULLROWSELECT //允许整行选中 |LVS_EX_HEADERDRAGDROP //允许标题拖曳 |LVS_EX_ONECLICKACTIVATE //高亮显示 |LVS_E