Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 9-1 9-2
Search - 9-1 9-2 - List
DL : 0
留言簿架构 oracle 9i + jsp + struts 留言簿基本功能: 1 、客人签写留言 2 、基本的UBB支持,如[url]http://www.lunji.com[/url],[color="red"]红色字[/color] 3 、ctrl+enter可提交留言 4 、搜索留言 5 、悄悄话功能 安全: 1 、解决了连串字母将表格撑大问题 2 、用户名与留言内容不能太长或为空 3 、用户不能冒充版主留言 4 、屏垃圾语言功能 管理: 默认页为/admin/login.do 9 、留言簿基本参数的设置如留言簿标题,每页显示条数 10、设置版主信息 11、设置管理员用户名、密码 12、回复留言、编辑留言、删除留言 13、设置悄悄话功能的开启与关闭 14、垃圾语言过滤 15、在线更改最大留言字节数 安装: 1、在oracle中执行document/sql/guestbook.sql 2、设置tomcat server.xml中Connector配置节增加一个属性,URIEncoding="gb2312" 3、用记事本打开WEB-INF/classes/init.properties,修改其中的数据库ip地址,sid,帐号和密码等 首页默认为indx.do -err
Date : 2025-12-25 Size : 2.9mb User : apolo

导出ORACLE 8/9系列的表空间结构并打印-Export ORACLE 8/9 series of table space structure and print
Date : 2025-12-25 Size : 1.49mb User :

DL : 0
TO CREATE view IN SQL 9 I
Date : 2025-12-25 Size : 1kb User : fasl

vc连接oracle,对oci的开源封装,比官方的occi好用-vc connection oracle, open-source package for oci, easy to use than the official occi
Date : 2025-12-25 Size : 2.6mb User : wsj

PowerDesigner PDM生产数据字典,很方便,做好PDM后,直接运行脚本就可以生产想要的 数据字典了。-PowerDesigner PDM production data dictionary, it is convenient to do PDM, run the script directly can produce the desired data dictionary.
Date : 2025-12-25 Size : 2kb User : xiejiyong

员工管理系统数据库设计参考资料 仅供初学者参阅借鉴-Employmee system design
Date : 2025-12-25 Size : 4.27mb User : 10

DL : 0
OTL 是 Oracle,Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7),Oracle 8 (直接使用 OCI8),Oracle 8i (直接使用OCI8i),Oracle 9i (直接使用OCI9i),Oracle 10g (直接使用OCI10g),DB2 (直接使用DB2 CLI),ODBC 3.x,ODBC 2.5。-OTL is Oracle, Odbc and DB2-CLI Template Library acronym, is a C++ compiler in the control template library relational database, which currently supports almost all current mainstream database under MS Windows and Unix platforms, OTL currently supported there database version: Oracle 7 (directly OCI7), Oracle 8 (directly OCI8), Oracle 8i (directly OCI8i), Oracle 9i (directly OCI9i), Oracle 10g (directly OCI10g), DB2 (DB2 directly CLI), ODBC 3.x, ODBC 2.5.
Date : 2025-12-25 Size : 798kb User : 钟武

DL : 0
Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle Delphi, Delphi for .NET, C++Builder and Kylix. The ODAC library is designed to help programmers develop faster and cleaner Oracle applications. ODAC is a complete replacement for standard Oracle connectivity solutions and presents an efficient native alternative to the Borland Database Engine and dbExpress for access to Oracle.-Oracle Data Access Components (ODAC) is a library of components that provides native connectivity to Oracle Delphi, Delphi for .NET, C++Builder and Kylix. The ODAC library is designed to help programmers develop faster and cleaner Oracle applications. ODAC is a complete replacement for standard Oracle connectivity solutions and presents an efficient native alternative to the Borland Database Engine and dbExpress for access to Oracle.
Date : 2025-12-25 Size : 8.13mb User : GF0309

DL : 0
Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,别名不能和字段名称相同,否则虽然编译可以通过,但在运行阶段会报错 5 5. 在存储过程中,关于出现null的问题 5 6. Hibernate调用Oracle存储过程 6 用Java调用Oracle存储过程总结 6 一、 无返回值的存储过程 6 二、 有返回值的存储过程(非列表) 8 三、 返回列表 9 在存储过程中做简单动态查询 11 一、 本地动态SQL 12 二、 使用DBMS_SQL包 13 Oracle存储过程调用Java方法 16 Oracle高效分页存储过程实例 17- The Oracle stored procedure 1 Basic knowledge of Oracle stored procedure 1 2 the Oracle stored procedure of the basic grammar Several problems about the Oracle stored procedure memo 4 1. In Oracle, alias added as data table. 4 2. In the process of storage, a field, must follow into behind, if the entire record, using a cursor is another matter. 5 3. In the use of the select... Into... Grammar, have to ensure that the has a record of this, or you will quote us \ no data found\ exception. 5 4. In the process of storage, alias not same with the field name, otherwise while compiling can pass, but an error in the operation phase 5 5. In the process of storage, null problem about 5 6. Hibernate calls the Oracle stored procedure 6 With Java calls the Oracle stored procedure summarizes six A stored procedure 6, no return value Second, returns a value of the stored procedure (not list) 8 Three, the returned list In the process of sto
Date : 2025-12-25 Size : 25kb User : 郭帅

oracle 存储过程 oracle 存储过程 -oracle sql
Date : 2025-12-25 Size : 2.4mb User : y

DL : 0
Database Management Systems | Set 1 Database Management Systems | Set 2 Database Management Systems | Set 3 Database Management Systems | Set 4 Database Management Systems | Set 5 Database Management Systems | Set 6 Database Management Systems | Set 7 Database Management Systems | Set 8 Database Management Systems | Set 9 Database Management Systems | Set 10 Database Management Systems | Set 11
Date : 2022-09-16 Size : 5.53kb User : knightdevil421
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.