-
oracle期末考试简答题
有关oracle基础知识,oracle11g相关的知识,考试中需要考的,方便需要的人复习oracle的考试,需要的可以下载看看,会对你很有帮助,主要是oracle的简答题,适用于java、c#等程序的编写理论支撑
- 2023-03-27 10:20:03下载
- 积分:1
-
pl/sql development .学习pl/sql的好资料
pl/sql development .学习pl/sql的好资料-pl/sql development. Learning pl/sql good information
- 2022-01-21 22:54:42下载
- 积分:1
-
oracle-CS-connext
关于在oracle数据库客户端和服务器连接的一些心得经验(About the oracle database client and server connections some ideas and experiences)
- 2013-07-23 20:48:26下载
- 积分:1
-
p8670579_112010_LINUX
说明: ORACLE安装所需补丁包,解压后使用。。。。。(ORACLE Installation Required Patch Pack, After Decompression, Use)
- 2020-06-21 15:20:02下载
- 积分:1
-
PLSQL基础教程-必看
详细的ORACLE数据库语句说明,有每一个语句的实例引用(Detailed ORACLE database statements, with instance references for each statement)
- 2019-04-09 19:55:33下载
- 积分:1
-
本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。...
本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
- 2022-01-28 02:45:00下载
- 积分:1
-
Written by asp examination system, with source code, you can easily download and...
用asp编写的考试系统,有源码,可以轻松下载并安装,数据库用的是SQL Server-Written by asp examination system, with source code, you can easily download and install the database using a SQL Server
- 2023-01-20 08:25:11下载
- 积分:1
-
java program to connect with the oracle database instance, as well as data displ...
java程序与oracle数据库的连接实例,以及对数据的显示,增加,删除以及修改。-java program to connect with the oracle database instance, as well as data display, add, delete and modify.
- 2022-03-02 16:52:05下载
- 积分:1
-
oracle
大连华信的Oracle培训用的,个人认为超经典,希望能给学习oracle的同仁以帮助()
- 2008-03-19 10:30:57下载
- 积分: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