-
... ... .....Common
... ... ... ... Database
... ... ... ...... ..libmys...
... ... .....Common
... ... ... ... Database
... ... ... ...... ..libmysql.def
... ... ... ...... ..libmysqld.def
... ... ... Connection
... ... ... ... ....Connection.vcproj
..................databaseLoad
..............................defineItem.txt
..............................defineMovers.txt
..............................propMover.txt
..............................WdMadrigal.txt
..................GameServer
............................GameServer.vcproj
............................Packets
..................GameServer.sln
..................LoggedPackets
..................LoginServer
.............................LoginServer.vcproj
.............................Packets
..................LoginServer.sln -.................Common
........................Database
................................libmysql.def
................................libmysqld.def
..................Connection
.........
- 2023-05-26 04:15:04下载
- 积分:1
-
古文化保护与展示系统
古文化保护与展示,用于展示地区古文化,图片展示功能强大(Preservation and Exhibition of Ancient Culture)
- 2019-06-14 10:24:53下载
- 积分:1
-
sql
SQL Database, simple program for sql learner
- 2009-04-27 14:25:15下载
- 积分:1
-
应用Visual c++.net连接数据库事例(ODBC)
应用Visual c++.net连接数据库事例(ODBC)-Visual c. Net to connect to the database instances (ODBC)
- 2022-12-08 13:30:03下载
- 积分:1
-
Microsoft官方的SQL数据库case,大家可以参考。
Microsoft官方的SQL数据库case,大家可以参考。-Microsoft
- 2022-01-28 16:26:07下载
- 积分:1
-
sql server report service的例子。给dw开发者
sql server report service的例子。给dw开发者-sql server report service example. Developers to dw
- 2022-07-12 12:26:15下载
- 积分:1
-
Automatically import the file to the database, not in real time for storage, the...
自动导入文件到数据库,用于无法实时入库,需要在特定时间大批量入库的程序-Automatically import the file to the database, not in real time for storage, the need for large quantities at a given time, the procedures put in storage
- 2022-05-28 20:39:00下载
- 积分:1
-
一款用java编写的小型数据库管理系统,很有帮助的,无解压密码。...
一款用java编写的小型数据库管理系统,很有帮助的,无解压密码。-prepared with a small database management systems, very helpful, without extracting passwords.
- 2022-01-26 02:55:37下载
- 积分:1
-
《数据库设计》课程设计 一、 设计目的 数据库设计是一门应用性很强的学科,在学习时必须使理论与实践相结合。课程设计的目的是通过实践使同学们经历到一次综合训练,以...
《数据库设计》课程设计 一、 设计目的 数据库设计是一门应用性很强的学科,在学习时必须使理论与实践相结合。课程设计的目的是通过实践使同学们经历到一次综合训练,以便能较全面地理解、掌握和综合运用所学的知识。 二、 设计任务与要求 (1) 对实际系统进行分析,写出需求分析说明(数据需求和事务需求)。 (2) 概念结构设计 说明本数据库将反映的现实世界中的实体、属性和它们之间的关系等(E-R图,可以用基本E-R图或扩展E-R图)。 (3) 逻辑结构设计 将概念结构映射为数据库全局逻辑结构(关系模型),包括所确定的关键字和属性、重新确定的记录结构和所建立的各个表文件之间的相互关系。 三、 设计环境与工具 要求使用辅助设计工具,如Power Designer或者ERWin等,转换为:SQL Server、Access或其它的DBMS数据库(不作统一要求)。 四、 设计步骤 参考《数据库设计实例指导书》 五、 设计题 教材P58面:3.8课程设计A、B、C任选一题 六、 设计成果 设计结果以书面形式于17周交付。 七、 成绩评定 (1) 独立完成 (2) 文档完整 (3) 满足用户需求 这是研究生数据库课程设计-"Database Design," a course design, and designed to database design is an application-oriented subjects, the study of theory must be integrated with practice. Curriculum design is through practice so that the students experienced a comprehensive training, in order to give a more comprehensive understanding and comprehensive use of the knowledge acquired. Two, design tasks and requirements (1) to the actual system analysis and write demand analysis (data needs and services deman
- 2022-12-26 20:25:03下载
- 积分:1
-
返回一个包含行集的字符串格式。方法,getXML,TA…
This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ”
ProcedureName = stored procedure, or query statement with parameter markers.
Parameters = NULL for no query parameters or a variant containing either a scalar value or safe array of multiple query parameters. Make sure the client declares any parameter vector as an array of variants, i.e. in VB, Dim Params(1 to 3) as Variant … Scalar entries can be any type recognized by the STD_SWITCH macro defined in QueryHandler.cpp.
Result = Output string that holds the resulting row set XML.
DocumentElementName = optional specification of the XML root node name. Default value is “root”.-This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY In
- 2022-04-08 23:07:17下载
- 积分:1