CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - example based

搜索资源列表

  1. 数据字典

    0下载:
  2. vb+sql 根据数据库建立数据字典的例子-vb + sql based database data dictionary example
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:307279
    • 提供者:闫成明
  1. 20065201403680755

    0下载:
  2. 网友 lc_mtt (网名:柠檬) 提供的一个比较完善的超市销售管理系统(后台),漂亮的Office XP界面,功能基本完善,基于MS SQL Server 2000后台数据库开发,作者自主独立开发,对于想学习SQL Server数据库开发的网友是一个很不错的范例。有关具体信息请参见压缩包里的运行说明书。-Netizen lc_mtt (Network Name : Lemon) to provide a more complete Supermarket sales management sy
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:803126
    • 提供者:
  1. PubManage

    0下载:
  2. ADO数据库编程。依据《VC 数据库编程三部教学》所写的例子程序,功能没有全部实现,但对其仅实现的插入、删除功能作了相当的优化。 -ADO database programming. Based on "VC Database Programming three teaching" written procedures for example, function not realized But only achieve its insertion, deletion fun
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:83788
    • 提供者:龚勋
  1. 2

    0下载:
  2. MS access database example based on BCB 6
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1528246
    • 提供者:林如严
  1. Test

    0下载:
  2. 使用ODBC创建EXCEL文件的例子,基于C++的,学习C++下数据库编程的可以看下.-EXCEL documents created using the ODBC example, based on the C++ and learn C++ under the database can be programmed facie.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-28
    • 文件大小:35521
    • 提供者:Arizona
  1. example

    0下载:
  2. C#语言-酒店管理系统,是基于SQLServer2000平台设计的一个很好的酒店管理系统-C# Language- Hotel Management System is based on SQLServer2000 a very good platform for the design of the hotel management system
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-15
    • 文件大小:3869807
    • 提供者:Aaron
  1. student

    0下载:
  2. 一个基于C++的学生成绩管理系统 用的是MS的Access数据库来进行数据存储!一个不错的ERP编程例子-C++ based on the student achievement management system is used in the Access database to MS for data storage! A good example of ERP programming
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-13
    • 文件大小:3205456
    • 提供者:Don
  1. InsertData

    0下载:
  2. 本源码是一个基于visual studio 2008平台,用C#编写的插入数据库的例子-This source code is a platform based on visual studio 2008 with C# example of a database prepared by the insertion
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:38239
    • 提供者:王城
  1. zhishiku

    0下载:
  2.  此文提出一种从数据库自动生成知识库的新方法。该方法根据从数据库 到知识库的优化目标函数, 利用基因遗传算法的优化手段, 直接从数据库中生成 性能较优的知识库。文中论述了该方法的原理与具体实现过程。最后, 以故障诊 断知识库的自动生成为例, 给出了应用示例, 表明了该方法的可行性与有效性。-A text knowledge base from the database automatically generated the new method. It is based on the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:349856
    • 提供者:小辉
  1. MRP_Engine_LatestCode

    0下载:
  2. 一个基于Delphi的纯OOP方式的MRP计算引擎,不过他与一般的MRP有些区别,本示例演示了如何使用ODAC从ORACLE中取上百W条数据,保存为Stream,从Stream中加载数据到TList中,再以面向对象的方式进行运算。-A pure Delphi OOP-based approach MRP calculation engine, but some of his differences with the general MRP, this example demonstrates h
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1338748
    • 提供者:lincats
  1. DatabaseoperationDAO

    0下载:
  2. 数据库操作实例,基于DAO的例子,初学者的学习参考资料-Instances of database operations, based on DAO example, the study reference for beginners
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:82970
    • 提供者:任济双
  1. OCIsample

    1下载:
  2. 基于vc的oci开发示例,提供oci开发的基本示例,供初学者使用-Based on the vc example oci development, provide the oci developed basic example for beginners
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-30
    • 文件大小:52973
    • 提供者:东彪
  1. MFCDB

    0下载:
  2.   C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。   既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am here on the use of the method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-21
    • 文件大小:267633
    • 提供者:王小刚
  1. vbaccessindex

    0下载:
  2. VB得到Access数据库的表索引信息,使用While语句显示每个索引的信息,使用“===”符号换行,显示当前Access索引中各属性名称和相应的属性值,fld.Name为表索引的属性名称,还有一部分代码是根据属性值决定如何显示,比如如果为字符类型则直接显示,如果为其它类型则转换为字符类型后显示。-VB get Access database table index information, use the While statement displays information about e
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:3053
    • 提供者:徐津弘
  1. Reg103

    0下载:
  2. 基于masm汇编,读取、修改注册表键值的例子。-Masm assembler based, read, modify the registry key example.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7279
    • 提供者:iil6l46shani
  1. Reg103

    0下载:
  2. 基于masm汇编,读取、修改注册表键值的例子。-Masm assembler based, read, modify the registry key example.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:6819
    • 提供者:vdaiaangpa
  1. wjsed-modeling-modeling

    0下载:
  2. 真实的世界建模,基于ejb实现的一个建模实例-Modeling the real world, a modeling example based on ejb implementations
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-12-13
    • 文件大小:8459
    • 提供者:lvyohb
搜珍网 www.dssz.com