-
OCI的演示,插入,更新和删除
oci demo, for insert, update & delete
- 2022-05-12 10:29:35下载
- 积分:1
-
实现了对表的创建及其修改,基于oracle10。
实现了对表的创建及其修改,基于oracle10。-Achieve the creation of and changes to the table, based on oracle10.
- 2022-03-18 08:32:09下载
- 积分:1
-
Oracle Database Backup
Oracle数据库备份 写入日志文件;并附有要使用的控件。-Oracle Database Backup
- 2023-03-25 06:35:04下载
- 积分:1
-
学生请假系统
实现了数据库的增删改查,学生可以提交请假单,教师可以审核
- 2022-01-26 03:44:18下载
- 积分:1
-
machindul
双机热备实战完全手册,详细介绍了oracle双机的安装和使用方法,注意事项(Hot Standby combat completely manual, detailed information on two-plane oracle installation and use of methods, attention)
- 2007-03-07 12:26:46下载
- 积分:1
-
此代码为利用PL/SQL开发数据库存储过程的典型示例,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。...
此代码为利用PL/SQL开发数据库存储过程的典型示例,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。-this code for the use of PL/SQL stored procedures development of the database of typical examples, We can hope that the adoption of the code clearly how to use SQL to achieve complex business logic.
- 2022-03-21 21:18:22下载
- 积分:1
-
长途汽车管理系统
简单的增删该查,登录 对数据库进行操作
package 长途汽车信息管理系统;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.sql.*;
import java.io.*;
public class dengluQchepiao extends JFrame implements ActionListener{
Statement st=null;
JTextArea ja=new JTextArea("票号 车号 售票 已售 剩余 票价 出发地 目的地 出发时间 所用时间
");
JTextField jt1=new JTextField();
JTextField jt2=new JTextField();
JRadioButton jc1=new JRadioButton("查询全部");
JRadioButton jc2=new JRadioButton("部分查询");
ButtonGroup bg=new ButtonGroup();
JButton jb1=new JButton("查询");
JButton jb3=new JButton("退出");
JLabel jl1=new JLabel("出发地");
- 2023-08-18 01:40:03下载
- 积分:1
-
AccessOracleInDotNET
在DOTNET环境中访问Oracle数据库的方法实例,使用CSharp语言(In DOTNET environment visit Oracle database instance, use CSharp Language)
- 2008-02-02 14:20:29下载
- 积分:1
-
通过ADO访问数据库的方法的封装类的实现文件,以某数据可为例子访问...
通过ADO访问数据库的方法的封装类的实现文件,以某数据可为例子访问-access to the database through ADO methods of achieving such Packaging document to a particular data can be visited as an example
- 2022-02-12 17:21:47下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1