搜索资源列表
CSQLQuery_demo
- 一个通过OLE/DB访问数据库的封装类,可以用来查询和修改表中字段. 作者:Eugene Khodakovsky-through an OLE / DB access to the database package type, can be used to query and modify tables field. Author : Eugene Khodakovsky
IPFrom NEW
- 这是个使用ADO类编写的IP地址来源地查询程序,给出IP地址可返回IP所属地区或国家,给出地区或国家的名称或部分名称可查询所有的IP地址。程序需要一个动网论坛的IP地址数据库(ACCESS格式),由于太大所以没传上来。-it is prepared to use ADO type of source IP address inquiry procedure, given IP address can be returned to the IP respective regions or coun
sql类
- 数据库编程类,提供一个借口,可以使人很方面的操作sql类-Database Programming category, providing an excuse to say the very type operation sql
CustomDataStore
- 常用的流存储方法,包括各种数据类型的存取,常用类的存取,快来下载吧,同时希望大家多提宝贵意见。- The commonly used class memory method, including each kind of data type deposit and withdrawal, the commonly used kind of deposit and withdrawal, quickly downloads, simultaneously hoped everybody pr
HAPPY点送
- 用户群:学生(大学,中专) 业务分类:祝福类,笑话类,就业类,(前三类内容可变)自写短信,查看对方手机号 前三类名和内容都为可换的(用户看不到对方的手机号只能用who指令来查看,who指令为按条) 业务使用:用户注册本业务后,发送相应指令,查看信息及点送此短信 业务流程: -user groups : students (universities, secondary) business categories : Blessing, the joke category, ty
vcToDB
- 在VC中通过odbc连接数据库(数据库不分种类,oracle\\sql server等)-in VC through odbc connect to the database (regardless of the database type, oracle \\ sql server, etc.)
实验2 创建数据库和表
- 一. (1)创建market数据库。 (2)创建客户表customer、供应商表supplier、商品信息表goods、订单信息表order、信誉等级表creditgrade和商品类型表goodstype。 (3)分别向以上各表输入数据。 (4)用INSERT语句向表中插入数据。 (5)用UPDATE语句更改表中数据。 (6)用DELETE语句删除表中数据。 -one. (1) the creation of the database market. (2) create
实验3 设计数据完整性
- (1)定义客户表customer、供应商表supplier、商品信息表goods、订单信息表order、信誉等级表creditgrade和商品类型表goodstype的主键。 (2)定义以上各表的外键约束。 (3)定义惟一约束:customer表的loginname字段;supplier表的loginname字段和suppliername字段;creditgrade表的creditgradename字段;goodstype表的goodstypename字段。 -(1) The def
officexptoolbar
- 主要用于灵活可靠地生成任意复杂的DataWindow的Filter语句或SQL的Select语句中的Where查询条件。核心技术是采用面向对象方法分析了SQL的SELECT语句的语法结构,概括出基于表达式类的面向对象模型(包括字段,常数,函数,自定义表达式及二元表达式对象)。在查询界面中,用户可以灵活地创建、销毁、组合或拆分这些对象,构造出复杂多样的表达式树,有效地实现了数据库的动态查询。-mainly for flexible and reliable generation of arbitr
CreateCN
- 一个java创建数据库用连接的最简单的类 odbc的连接 请先注册odbc-create a database link with the most simple type of connectivity odbc registered post odbc
Ado_src
- 一个关于ADO编程的封装类,用C++封装-an ADO programming on the package type, C + + package
gmls2svg
- 很好的一个开发类包,能方便用户对Shape的各项处理,是学GIS开发利器!-a very good development-type package, users can easily Shape of the processing, the study GIS weapon!
supperway
- 通用获取数据表列数,类型,数据传输程序,-common access to data tabulated the number, type, data transmission,
ADONET_OleDbDataReader_class
- ADO.NET is the .NET enhanced version of ADO that we all know and love. ADO.NET aims to address some of the deficiencies of traditional ADO and present a model that provides type safety, OOP, and efficiency. This class can achieve the most common
shangpinjinxiaocunguanlixitong
- VB:数据库(DAO类型),采用最新模块!希望站长能通过!谢谢你!-VB : databases (DAO type), using the latest module! Head can hope! Thank you!
200682517101849292
- 用VB6创建的家庭地址簿程序。制作该程序的主要目的是用来为家庭中的每个成员存储个人地址信息。而且该程序的用户设定为两个类型级别:即1管理型、2用户型-built with VB6 family address book procedures. The production process is the main purpose for the family members of each of the addresses stored personal information. And the
wuyueguanlixitong
- 这是一个用VC++编写的小型物业管现系统.包源码和设计报告.是本人首次学VC++编写的.数据库类系统.-This is a VC prepared by the small property management system now. Packet source and design report. I was the first school VC prepared. Database type of system.
the-realizaton-of-both-Hibernate-and-Java
- Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
Oftomatization
- 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协
C.Code.data.type.operations
- C编程设计数据类型操作代码C Programming Code data type operations -C Programming Code data type operations