Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 6.0
Search - 6.0 - List
关系型数据库 Postgresql 6.5.2- Relations database Postgresql 6.5.2
Date : 2025-12-21 Size : 6.34mb User : 站长

unix上的ODBC实现-unix on ODBC to achieve
Date : 2025-12-21 Size : 430kb User : 站长

用VC++6.0开发多表联接的数据库应用程序-VC 6.0 multi-table database connectivity application
Date : 2025-12-21 Size : 22kb User : 高宏

VFP 6.0 开发的一个程序-development of a procedure
Date : 2025-12-21 Size : 99kb User : 齐斌

PostgreSQL7.4.6 for Linux
Date : 2025-12-21 Size : 11.99mb User :

用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application development, the use of MFC ODBC type of programming methods, a detailed description of the MFC category derived ODBC SQL set parameters and methodology of the two tables association. Keyword database, multi-table connectivity, ODBC MFC
Date : 2025-12-21 Size : 9kb User : lihao8397

SQL Server 7.0开发指南,很好的电子书籍。有兴趣的朋友看看吧。-Guide to the development of a good e-books. Interested friends to see it.
Date : 2025-12-21 Size : 649kb User : 李晓东

Visual C++ 6.0的升级程序.该升级程序确保你安装的Visual C++ 6.0是与Y2K兼容的(即不存在2000年问题).它将安装或升级你现在的公用控件动态连接库(comctl32.dll).以便去修正在最初的Visual C++6.0的公用控件动态连接库中存在的Y2K问题-Visual C 6.0 upgrade process. The escalation procedures to ensure you install Visual C 6. 0 Y2K compatible with the (non-existent in 2000). It will install or upgrade your current common control dynamic Link Library (comctl32.dll). In order to amend the original Visual C of the common 6.0 Controls dynamic link library of the Y2K problem
Date : 2025-12-21 Size : 382kb User : sdcsadf

高校学籍管理系统 要求完成以下功能: 1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2)能够将指定的信息从文件中删除。 3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4)可以统计全部学生的总成绩,及其在班上的排名。 5)能够统计各科的平均成绩及及格率。 6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7)如果检索不到相应的信息应提示用户。 -university enrollment management system required to complete the following functions : 1) to read from the screen of a student information and information into the data file. 2) can be designated information deleted from the document. 3) to by number, name of student information retrieval and search results displayed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional errors, such as sex between men and women can only import, import errors to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
Date : 2025-12-21 Size : 5kb User : 小龙

一个医院系统的VB源码,VB 6.0和ACCESS编写的管理系统-A hospital system VB source, VB 6.0 and ACCESS prepared management system
Date : 2025-12-21 Size : 445kb User : 阿拉善

介绍一本书的几章的程序源代码 visual c++ 6.0-Introduction of a book, several chapters source code visual c++ 6.0
Date : 2025-12-21 Size : 4.77mb User : 谢氏

vc++ 6.0数据库编程的详细介绍,对于初学者有很大的帮助-vc++ 6.0 Database Programming detailed introduction for beginners and has a great help
Date : 2025-12-21 Size : 3.37mb User : 王刚

系统功能 1. 可以进行文本操作; 2. 添加一个数据库项目; 3. 删除一个数据库项目; 4. 修改一个数据库项目; 5. 查询信息; 6. 察看课程表。 -System 1. Operation can be text 2. Add a database project 3. Delete a database projects 4. Modifying a database project 5. Query information 6. View the curriculum.
Date : 2025-12-21 Size : 14kb User : changliang

VC++6.0中的数据库开发大全,介绍了SQL,数据库包括ODBC、OLE DB-VC++ 6.0 in the Guinness database development, introduced the SQL, the database including ODBC, OLE DB
Date : 2025-12-21 Size : 16.66mb User : 王全

学生学籍管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 本系统主要完成对学籍的管理,包括添加、修改、删除,查询,打印信息以用户管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。 系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成添加或删除操作时系统会自动地完成学籍的修改。查询功能也是系统的核心之一,在系统中主要根据学生姓名和学号进行查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。 系统采用Microsoft Office中的Access 2000来设计数据库,并使用当前优秀的开发工具—VB 6.0 ,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。 论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。 关键字:控件、窗体、数据库,visual basic语言,学籍-err
Date : 2025-12-21 Size : 113kb User : 玉谦

系统利用Visual Basic 6.0作为前台数据库开发语言,把SQL Server 2000作为后台数据库而开发的。系统采用了C/S两层数据结构,能够将个人应用与企业专门的业务数据处理需要结合起来,以满足该企业总体信息处理需求 -System uses Visual Basic 6.0 as front desk database development language, the SQL Server 2000 database as a background developed. System uses the C/S two-tier data structure, can be devoted to personal applications and corporate data-processing needs of the business combination to meet the business needs of the overall information processing
Date : 2025-12-21 Size : 6kb User : cc

本系统使用MICROSOFT公司的Visual Basic 6.0和SQL Server作为程序开发工具和数据库开发工具。主要包括预订管理,接待管理,收银管理,用户管理,数据库管理,打印管理,系统管理,客房管理,餐厅管理等功能模块。-MICROSOFT present system uses the company
Date : 2025-12-21 Size : 1.15mb User : j59

成绩数据库管理系统. 1.能够实现菜单显示、菜单选择、编辑(录入、插入、修改、删除等)、查找、显示、求总成绩、按总成绩排序(高→低)并显示、装入数据文件、数据文件存盘、退出、为数据动态分配存储空间[10.3.1]等功能。 2.至少分为主、子两个模块,其中主控菜单必须在主模块中。 3.主控程序用CASE结构,显示用宏指令,排序用子程序并且在子模,其它功能随意。 4.数据用结构定义,并单独存在一个文件中(文件扩展名随意)。 5.排序子程序要求:十(ASCII)→ 二 →排序(二进制)→ 十(ASCII)→ 输出。 6.编辑可以全屏幕也可文本行方式,若为文本行方式,以姓名为关键字,以其它字段为关键字作为可选项。 7.查找条件以姓名为关键字。 8.学号、姓名、各科成绩从键盘输入。 9.网格。 -Grade database management system. 1. Be able to achieve the menu display, menu select, edit [input, insert, modify, delete, etc.], search, display, for the total score, according to the total score sort [high → low] and show that load data files, data files to disk, exit for dynamic allocation of data storage space [10.3.1] and other functions. 2. At least the main points, sub-two modules, one of main menu must be in the main module. 3. Control procedures with CASE structure, reveal that using macros, sorting and using subroutines submodule, and other functions at random. 4. Data structure definition, and there is a separate document [file name extension at random]. 5. Sort subroutine requirements: ten [ASCII] → b → sort [binary] → 10 [ASCII] → output. 6. Edit can be full-screen text lines can also be the way, if a text line to the name of keywords to other fields as options for the keyword. 7. Conditions in order to search for the keyword name. 8. Study No., name, subj
Date : 2025-12-21 Size : 201kb User : wangyonghui

学 生 管 理 信 息 系 统,前端开发工具为Visual Basic 6.0,后端数据库的开发工具为Access 2000,-Student management information system, front-end development tools for Visual Basic 6.0, the back-end database development tools for the Access 2000,
Date : 2025-12-21 Size : 236kb User : 钱铃

随着计算机技术的广泛应用,在现代流通企业管理中引入计算机管理技术,成为一个值得深入研究的问题。 本文首先概要的论述了数据库的有关知识与现状。之后,对当代计算机数据库技术的现状,尤其是对关系型数据库作了系统的描述。在此基础上,论文重点对数据库的开发环境 — Microsoft Visual FoxPro 6.0 作了详细的介绍,然后,对开发一个小型的现代流通企业综合管理系统所用到的语句、函数、对象进行了详细的阐述。最后,结合自己编写的现代流通企业综合管理系统,给出了完整的、可实际使用的数据库管理系统。并给出了该系统的使用方法和设计方法。 -With the extensive application of computer technology, the modern circulation enterprise management, the introduction of computer technology become a problem worthy of further study. This paper first discusses the knowledge of the database with the status quo. After that, the status quo of contemporary computer database technology, especially relational database systematic description. On this basis, the paper focuses on database development environment- Microsoft Visual FoxPro 6.0 is introduced in detail, then, statements, functions, objects used in the development of a small modern circulation integrated enterprise management system detail. Finally, the combination of modern circulation integrated enterprise management system, write your own complete, the actual use of the database management system. And given the use of the system and the design method.
Date : 2025-12-21 Size : 946kb User : liuyan
« 12 3 4 5 6 7 8 9 10 ... 32 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.