搜索资源列表
j_8423_easydbo
- EasyDBO是由简易java框架网(www.easyjf.com)开发的一个适合中小型软件数据库开发的java数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的Java对象到关系数据的映射。EasyDBO由于比较简单,比较适合于中小企业及个人开发使用,EasyDBO当前还处于测试阶段、是一个简易但不太成熟的对象-关系映射开源中间件。 EasyDBO的源代码非常简单,有一点Jav
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select
CVB4[1].0.5
- f exists (select * from dbo.sysobjects where id = object_id(N [dbo].[IBP_T_EA_IBP_T_User_FK1] ) and OBJECTPROPERTY(id, N IsForeignKey ) = 1) ALTER TABLE [dbo].[IBP_T_User] DROP CONSTRAINT IBP_T_EA_IBP_T_User_FK1 GO-f
datainoutprogram
- creat table dbo.wzq( [AbsIndex] [int] NULL , [ItemIndex] [int] NULL , [ItemLevel] [int] NULL )no[primary]-creat table dbo.wzq ([AbsIndex] [int] NUL L [ItemIndex] [int] NULL, [ItemLevel] [int] NULL) no [primary]
LifangHotel_SQLServer
- 立方酒店是老代码了,原数据使用InterBase数据库,调试和使用都比较麻烦,我把它改成了Sql Server数据库,相信大家拿到数据库应该会连接吧?呵呵,程序里对数据库的调用部分都要加上dbo.,否则会出现无活动索引问题,-cubic hotel is old code that the original data used InterBase database. Debugging and use are relatively tr
dbo.additemtoshoppingcart
- 这也是一个存储过程,这个存储过程的作用是向购物车中添加一项商品以及购买的总数量.-This is a storage process. The storage process is the role of shopping cart to add a commodity and the purchase of the total volume.
dbo.addorder
- 这也是一个存储过程,这个存储过程是往数据库里面添加一条订单记录,并返回订单的ID。-This is a storage process, the storage process is added to the database which records one hand, orders and return to the ID.
dbo.listwaretype
- 这也是一个存储过程,这个存储过程的作用是返回与客户有关的所有订单的列表。-This is a storage process, the storage process is the role and the return of all customer orders list.
dbo.countshoppingcartitem
- 这也是一个存储过程,这个存储过程的作用是获取用户购物车中的商品数据。-This is a storage process, the storage process is the role of users to access the value of car data.
dbo.displayshoppingcart
- 这也是sql的一个存储过程,它的作用是取出该购物车内所购买的商品的信息。-This is a storage process and its role is to remove the vehicle purchased merchandise information.
Sql2000_test
- Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[Stu
WordMagic
- 魔法单词学习小软件,用DBO连接数据库,同时美化了BTN按钮控件
简易java框架开源论坛系统
- 简易java(easyjf)框架开源论坛系统(测试版)在tomcat5.0上安装说明 www.easyjf.com 简易java框架--简易、实用才是硬道理! 简易java框架开源论坛系统拥有常用论坛系统的基本功能,集前台后台代码为一体,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层B/S构架,数据库持久层主要使用本网的简易数据库开源框架EasyJDO
Java 实用系统开发指南JavaPractice
- ·VI· 目 录 前言 第1章 高性能聊天系统...................................................................................................1 1.1 系统需求.........................................................................
j_8423_easydbo
- EasyDBO是由简易java框架网(www.easyjf.com)开发的一个适合中小型软件数据库开发的java数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的Java对象到关系数据的映射。EasyDBO由于比较简单,比较适合于中小企业及个人开发使用,EasyDBO当前还处于测试阶段、是一个简易但不太成熟的对象-关系映射开源中间件。 EasyDBO的源代码非常简单,有一点Jav
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini ) --删除文件Select dbo.FileDelete( C:\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\Test\test ,1) --文件复制Select dbo.
CVB4[1].0.5
- f exists (select * from dbo.sysobjects where id = object_id(N [dbo].[IBP_T_EA_IBP_T_User_FK1] ) and OBJECTPROPERTY(id, N IsForeignKey ) = 1) ALTER TABLE [dbo].[IBP_T_User] DROP CONSTRAINT IBP_T_EA_IBP_T_User_FK1 GO-f
datainoutprogram
- creat table dbo.wzq( [AbsIndex] [int] NULL , [ItemIndex] [int] NULL , [ItemLevel] [int] NULL )no[primary]-creat table dbo.wzq ([AbsIndex] [int] NUL L [ItemIndex] [int] NULL, [ItemLevel] [int] NULL) no [primary]
LifangHotel_SQLServer
- 立方酒店是老代码了,原数据使用InterBase数据库,调试和使用都比较麻烦,我把它改成了Sql Server数据库,相信大家拿到数据库应该会连接吧?呵呵,程序里对数据库的调用部分都要加上dbo.,否则会出现无活动索引问题,-cubic hotel is old code that the original data used InterBase database. Debugging and use are relatively tr
dbo.additemtoshoppingcart
- 这也是一个存储过程,这个存储过程的作用是向购物车中添加一项商品以及购买的总数量.-This is a storage process. The storage process is the role of shopping cart to add a commodity and the purchase of the total volume.