联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库编程(501) 

[数据库编程] petodede

1、有朋友PM来说数据放哪里转? 下载本程序后,解压在一目录下,把你的PE的access数据库复制一份过来,命名为aaa.mdb,记得去掉密码(如果有的话),然后通过浏览器访问,就行了 2、有朋友PM来说怎么只能转成DEDEV3的,其实可以转成V4的,只是程序文件中的注释没有写成V4而已,不过没有测试转到DEDE2007.
1, a friend of the PM put where data transfer? Download this program, unpack in a directory, your copy of the PE access over named aaa.mdb, remember to remove the password (if any), and accessed through a browser, on the line 2, PM is how friends can turn into DEDEV3, in fact, can be converted into a V4, but no program file written comments V4 only, but there is no test to DEDE2007. (2016-07-17, HTML, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1468750908121224.html

[数据库编程] CarManageSystem

1、本系统采用webForm winForm msSQL构件,适用于安装有.net 平台的任何服务器。 2、请将数据库附加到MSSQL 2000以上版本。 3、开发平台采用VS2005+MS SQL 2000 用户名:admin 密码:1 功能: 1.申请登记 2.车辆管理 3.派车管理 4.驾驶员管理 5.申请人管理 6.派车地点管理
1, the system uses webForm winForm msSQL components, suitable for installation with. Net any server platform. 2, please attach a database to MSSQL 2000 or later. 3 Development Platform VS2005+MS SQL 2000 username: admin password: 1 Function: 1. Apply for registration 2. Vehicle Management 3. Sent a car to management 4. Pilot management 5. Applicant Management 6. Sent a car to site management (2013-09-23, C#, 3138KB, 下载12次)

http://www.pudn.com/Download/item/id/2361200.html

[数据库编程] DtsSearch

搜索字符串在DTS(数据转换服务)在SQL服务器。微软不提供这样的工具。比如,允许找到任务/包包含特定的表或字段。接受一个表名、字段名或任何文本并返回包/任务的文本。这段代码是有用的当你有很多DTS包执行更改表中存在的各种数据库
Search string in DTS (Data Transformation Services) in SQL Server. Microsoft does not provide such a tool. For example, to allow the task to find/packet contains a specific table or field. Accepts a table name, field name or any text and returns the package/task text. This code is useful when you have a lot of DTS Package Execution change various database tables exist (2013-06-08, Visual Basic, 7KB, 下载1次)

http://www.pudn.com/Download/item/id/2273831.html

[数据库编程] 100814204_3

1.快速对比数据库各表字段的微小差别(如:类型、长度). 2.对比存储过程脚本. 3.对比视图脚本. 4.对比函数、触发器脚本. 5.分页列出各个差别对象的名称,指出具体位置(以便查看、修改). 6.支持把对比结果输出到日志文件,存于U盘或用于网络发送.
1. Quick Compare database tables of the small field differences (such as: type, length). 2. Comparison stored procedure script. 3. Comparison view script. 4. Contrast function, trigger script. 5. Page lists all the difference the name of the object, pointing out that the exact location (to view, modify). 6. to support the results of the comparison output to log files, stored in U disk or sent to the network. (2013-05-06, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2230940.html

[数据库编程] pb

是面向对象的数据库平台/语言。 PowerBuilder(以下简称PB)是Sybase公司的独资子公司PowerSoft推出的应用于客户机/服务器体系结构下应用程序开发的一种面向对象的图形化交互式开发工具。PB以其简洁高效的集成开发环境、 强大的数据窗口技术、几乎无所不能的数据库访问能力和友好的用户界面,越来越受到编程人员的青睐。
Object-oriented database platform/language. PowerBuilder (hereinafter referred to as PB) is a wholly owned subsidiary of Sybase, used PowerSoft introduced client/server architecture, application development under a graphical interactive object-oriented development tools. PB its simple and efficient integrated development environment, powerful data window technology, almost all-powerful database access capabilities and user-friendly interface, more and more programmers of all ages. (2011-05-02, PowerBuilder, 480KB, 下载5次)

http://www.pudn.com/Download/item/id/1514053.html

[数据库编程] fanka

在SQL Server中建立名称为“Card”的新数据库:找到对应的数据库文件(饭卡.sql),在SQL Server查询分析器中执行该文件,从而在数据库中建立相应的数据表,此时应该自行输入一些测试数据,以便更好地运行本系统程序。 为刚刚建立好的Card数据库建立ODBC数据源,命名为“Card”。
Created in the SQL Server name is " Card" of the new database: find the corresponding database file (meal card. Sql), SQL Server Query Analyzer in the implementation of the document, which in the database to establish the corresponding data sheet, this time should be Enter some test data themselves in order to better run the system program. Good Card for the newly established databases ODBC data source named " Card" . (2011-03-12, Visual C++, 4307KB, 下载4次)

http://www.pudn.com/Download/item/id/1452419.html

[数据库编程] 11

c++网络数据库实例 第十一章 实例 91-OLEVIEWER 实例 92-访问 EXCEL文件 实例 93-在数据库中读写图 实例 94-查询分析器 实例 95-DAO读写 ACCESS文件 实例 96-创建 XML文件 实例 97-浏览数据库 实例 98-BLOBS 实例 99-ORACLE数据库 实例 100-读写 DBF文件
c++ network database instance Chapter XI Instance 91-OLEVIEWER Instances of 92- to access EXCEL file Instances of 93- map reading and writing in the database Instances of 94- Query Analyzer ACCESS read-write instance documents 95-DAO Instances of 96- Creating XML file Instances of 97- View Database Examples of 98-BLOBS 99-ORACLE database instance Examples 100- read and write DBF files (2010-04-10, Visual C++, 1623KB, 下载24次)

http://www.pudn.com/Download/item/id/1120185.html

[数据库编程] 8

c++网络数据库实例 第八章 实例 66-数据库浏览查询器 实例 67-地址簿管理 实例 68-数据库索引管理 实例 69-使用树型控件管理 实例 70-金山词霸界面的数 实例 71-DAO数据库操作 实例 72-多重查询 实例 73-多线程访问数据库
c++ examples of Chapter VIII of the network database Instance 66- Browse and query the database device Instances of 67- Address Book Management Instance 68- database index management Instances of 69- using the tree control management Instances of 70- the number of Kingsoft interface Examples of 71-DAO database operations Instances of 72- Multiple queries Instances of 73- multi-threaded access to the database (2010-04-10, Visual C++, 950KB, 下载11次)

http://www.pudn.com/Download/item/id/1120176.html

[数据库编程] SuperDataBase_superuse

速用数据库修改器是一款全能的数据库修改工具,它能够打开所有ACCESS类型的数据库文件,并根据用户的需要进行记录搜索和筛选,快速找到用户想要的数据记录,进行批量的数据修改操作,是数据库开发、数据库信息维护的好帮手
Speed with the database is a modified all-round tool for modification of the database, it can open all types of ACCESS database file, and in accordance with the user' s need for records search and screening, users want to quickly find the data record to carry out bulk data modification operation is a database development and maintenance of database information helpful (2009-05-27, Visual Basic, 850KB, 下载45次)

http://www.pudn.com/Download/item/id/780992.html

[数据库编程] clglxxxt

车辆管理信息系统vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。
Vehicle management information system vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and then can use Visual Basic to open procedures. 2. Subdirectory for each item in the sql directory which will be the suffix. Sql documents opened, copied to the SQL Server 2000 in the Query Analyzer. And then will have a need for the implementation of the database structure. (2009-05-20, Visual Basic, 42KB, 下载4次)

http://www.pudn.com/Download/item/id/768173.html

[数据库编程] bgglxxxt

宾馆管理信息系统vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。
Hotel Management Information System vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and then can use Visual Basic to open procedures. 2. Subdirectory for each item in the sql directory which will be the suffix. Sql documents opened, copied to the SQL Server 2000 in the Query Analyzer. And then will have a need for the implementation of the database structure. (2009-05-20, Visual Basic, 34KB, 下载3次)

http://www.pudn.com/Download/item/id/768171.html

[数据库编程] mygsglxxxt

贸易公司信息管理系统vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。
Information Management System for Trading Company vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and then can use Visual Basic to open procedures. 2. Subdirectory for each item in the sql directory which will be the suffix. Sql documents opened, copied to the SQL Server 2000 in the Query Analyzer. And then will have a need for the implementation of the database structure. (2009-05-20, Visual Basic, 37KB, 下载4次)

http://www.pudn.com/Download/item/id/768169.html

[数据库编程] qyrsxxglxt

企业人事管理系统vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。
Personnel management system vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and then can use Visual Basic to open procedures. 2. Subdirectory for each item in the sql directory which will be the suffix. Sql documents opened, copied to the SQL Server 2000 in the Query Analyzer. And then will have a need for the implementation of the database structure. (2009-05-20, Visual Basic, 43KB, 下载1次)

http://www.pudn.com/Download/item/id/768165.html

[数据库编程] wzglxxxt

物资管理信息系vb+sql 1.将各个项目子目录拷贝到硬盘上,然后可以用Visual Basic打开程序。 2.在每个项目子目录里面的sql目录里,将后缀.sql的文件打开后,拷贝到SQL Server 2000的查询分析器里。然后执行将产生需要的数据库结构。
Materials management information vb+ sql 1. Subdirectory will be copied to each item on your hard disk, and then can use Visual Basic to open procedures. 2. Subdirectory for each item in the sql directory which will be the suffix. Sql documents opened, copied to the SQL Server 2000 in the Query Analyzer. And then will have a need for the implementation of the database structure. (2009-05-20, Visual Basic, 35KB, 下载3次)

http://www.pudn.com/Download/item/id/768160.html

[数据库编程] Kucun

库存管理系统数据库环境的建立 1.运行SQL Server 2000的查询分析器,单击“装载SQL脚本”快捷按钮,打开例程目录下SQL目录里的kucun.sql文件, 单击“执行查询”快捷按钮运行打开的SQL语句,这样就建立了网站数据维护管理系统的数据库结构。 2.输入初始数据。
Inventory management system to establish a database environment. Running SQL Server 2000 s Query Analyzer, click Load SQL script shortcut button, open the SQL routines directory directory kucun.sql file, click execute the query shortcut button run to open the SQL statement, so that data on the establishment of the site maintenance management system database structure. 2. Enter the initial data. (2008-12-20, C++ Builder, 48KB, 下载3次)

http://www.pudn.com/Download/item/id/610957.html

[数据库编程] DangXiaoXueYuanGuanLiXiTongCustomSrc

党校学员管理系统客户端源代码。 这是以前写的一个党校学员管理系统,对学习数据库的人应该有些帮助的,不过原来的结构没有设计好,里面有些技术还是可以学习的,不过估计写数据库的人也不多。。 这个是使用delphi开发的c/s结构的程序,使用的是delphi自带的MIDAS,服务器使用了第三方控件TrayIcon,客户端使用了Ehlib和VCLSkin,数据传输时是压缩传输,使用了窗口继承。皮肤文件是保存在Dll中加载的。使用的数据库是SQL2000,不过这个程序配置起来比较麻烦。。 下面是一些截图和程序,其中,包含程序配置文档,程序概要设计和用户说明书。
err (2008-06-24, Delphi, 2926KB, 下载12次)

http://www.pudn.com/Download/item/id/496575.html

[数据库编程] wlsjglrj

目前网络数据采集在工程项目中极为普遍。例如,小区或大厦环境和安全检测,使用各种感应器和摄像装置采集数据,将采集的数据输入到计算机里,而计算机实时地采集从网络中传输的数据并进行处理,并以一种易于用户观察的方式显示出来,便于用户管理和控制。网络数据管理软件是一个集网络技术与数据库技术于一体的软件,用于完成网络数据的实时采集并且动态存储,形成实时数据和历史数据。本软件的开发过程,对于其他需要从网络采集数据并进行处理的软件的开发具有比较普遍的借鉴意义。 (2007-09-22, Visual C++, 240KB, 下载44次)

http://www.pudn.com/Download/item/id/336697.html

[数据库编程] Vbnetqicq

QICQ程序 (1)Server所需环境: 在..\windows\system\下有: msvbvm60.dll mswinsck.ocx 在..\commonfiles\designer\下有 msderun.dll 在..\commonfiles\system\ado\下有 msado20.tlb 工程文件:server.vbp 数据库文件:QICQ.mdb已经有用户: flyer(密码:1),huang(密码:1) 服务器的端口为716 (2)Client所需环境: 在..\windows\system\下有: msvbvm60.dll mswinsck.ocx mscomctl.ocx mscomct2.ocx 工程文件:Client.vbp
QICQ procedures (1) Server required for the environment: in the .. windowssystem under: msvbvm60.dllmswinsck.ocx in .. commonfilesdesigner under msderun.dll in .. commonfilessystemado have msado20.tlb project file under: server.vbp database file: QICQ . mdb users already have: flyer (password: 1), huang (password: 1) the server port to 716 (2) Client requirements for the environment: in the .. windowssystem under: msvbvm60.dllmswinsck.ocxmscomctl.ocxmscomct2.ocx engineering documents : Client.vbp (2007-07-12, Visual Basic, 46KB, 下载7次)

http://www.pudn.com/Download/item/id/307454.html

[数据库编程] EVEmu-0.2

EVE Online模拟器源码,采用C++编写 编译环境 real linux (not cygwin) gcc 3.3 mysql 4.1 32 bit 相比上个版本服务端增加一些功能,配合对应的数据库,可以架设成功 客户端请使用美版3913客户端
EVE Online simulator source code, C compiler environment to prepare real linux (not cygwin) gcc 3.3 mysql 4.1 32 bit compared to the previous version of the server for additional functions, with the corresponding database, it was built client please use the 3913 version of the U.S. client (2006-12-09, C++ Builder, 1701KB, 下载48次)

http://www.pudn.com/Download/item/id/232378.html

[数据库编程] 赛克思书店销售管理系统

可连接SQL,ORACLE等数据库。首先建立SHOP用户,密码为SHOP,赋予连接和RESOURCE权限。再建立SHOP表空间,再建立表和触发器(在SQL源代码.doc里)并在ASSWORD表里添加新项name:‘admin ,psw: admin 这是管理员登陆帐户。剩余的就看帮助文件吧
can connect SQL, Oracle and other databases. Users first establish SHOP, SHOP passwords to give access and RESOURCE authority. Re-establishing SHOP table space, the creation of tables and triggers (in the SQL code. Doc Lane) and ASSWORD exterior and adding new item name : 'admin, valid : This is the admin account managers landing. The remaining depend on it to help document (2005-05-17, Visual C++, 1703KB, 下载76次)

http://www.pudn.com/Download/item/id/1116302280926976.html