using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.OracleClient;
public partial class Default2 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void add_record_Click(object sender, EventArgs e)
{
string strSTOREROOM_ID = this.STOREROOM_ID.Text.Trim();
string strSTOREROOM_LOCATION = this.STOREROOM_LOCATION.Text.Trim();
string strSTOREROOM_HIGHTEMPERATURE = this.STOREROOM_HIGHTEMPERATURE.Text.Trim();
string strSTOREROOM_LOWTEMPERATURE = this.STOREROOM_LOWTEMPERATURE.Text.Trim();
string strSTOREROOM_HIGHHUMIDITY = this.STOREROOM_HIGHHUMIDITY.Text.Trim();
string strSTOREROOM_LOWHUMIDITY = this.STOREROOM_LOWHUMIDITY.Text.Trim();
string connestr = "Data Source=ORCL;Persist Security Info=True;User ID=EIPAPP;Password=eipapp;Unicode=True";
OracleConnection connection = new OracleConnection(connestr);
OracleCommand command = new OracleCommand();
string insertstr = "insert into T_STOREROOM_STAKEOUT "+
"(STOREROOM_ID,STOREROOM_LOCATION,STOREROOM_HIGHTEMPERATURE,STOREROOM_LOWTEMPERATURE,STOREROOM_HIGHHUMIDITY,STOREROOM_LOWHUMIDITY) "+
"values(" + Convert.ToInt32(strSTOREROOM_ID) + ",'" +
strSTOREROOM_LOCATION.ToString() + "'," +
Convert.ToInt32(strSTOREROOM_HIGHTEMPERATURE) + "," +
Convert.ToInt32(strSTOREROOM_LOWTEMPERATURE) + "," +
Convert.ToInt32(strSTOREROOM_HIGHHUMIDITY) + "," +
Convert.ToInt32(strSTOREROOM_LOWHUMIDITY) + ")";
command.Connection = connection;
command.CommandText = insertstr;
command.Connection.Open();
command.ExecuteNonQuery();
Response.Redirect("Default.aspx");
}
}
分享到:
相关推荐
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
基于java的网吧管理系统答辩PPT.pptx
基于java的基于SSM架构的网上书城系统答辩PPT.pptx
tornado-6.1-cp37-cp37m-win32.whl
c语言气泡排序、插入排序、选择排序、快速排序、希尔排序、堆排序、合并排序_SortAlgorithm.zip
Keyboard Maestro 11.0.3_macwk.dmg
基于微信小程序的鲜花销售微信小程序答辩PPT.pptx
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
tornado-6.2b1-cp39-cp39-musllinux_1_1_x86_64.whl
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
tornado-6.1b2-cp38-cp38-manylinux2014_aarch64.whl
基于java的土家风景文化管理平台答辩PPT.pptx
jira安装包
基于java的机场网上订票系统答辩PPT.pptx
小区物业管理系统 SSM毕业设计 附带论文 启动教程:https://www.bilibili.com/video/BV1GK1iYyE2B
yolo算法-金属-纸张-硬纸板垃圾数据集-13409张图像带标签-金属-纸张-硬纸板-塑料-其他-烟蒂-食物-玻璃.zip;yolo算法-金属-纸张-硬纸板垃圾数据集-13409张图像带标签-金属-纸张-硬纸板-塑料-其他-烟蒂-食物-玻璃.zip;yolo算法-金属-纸张-硬纸板垃圾数据集-13409张图像带标签-金属-纸张-硬纸板-塑料-其他-烟蒂-食物-玻璃.zip
项目介绍: 系统模块主要包括;用户、考试信息、考场信息、试卷、试题、考试等管理功能 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
项目经过测试均可完美运行! 环境说明: 开发语言:java jdk:jdk1.8 数据库:mysql 5.7+ 数据库工具:Navicat11+ 管理工具:maven 开发工具:idea/eclipse
Python脚本运行环境搭建所需要的资源包