资源简介
通用的跨平台数据交换接口(简称“通用接口”,IDB),可以实现跨平台数据交换和搜索,能够发送、接收各种异构的数据并把收到的数据直接存放到关系数据库中,使跨平台数据交换犹如收发电子邮件那样简单,只要有了对方的接口地址,就可以把任何结构的数据发送到对方的接口数据库中。IDB采用面向服务架构(SOA),用WEB服务实现数据交换。
代码片段和文件信息
//2008.1.13樊
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Web;
using System.Web.Services;
using System.Data.SqlClient;
using System.Configuration;
namespace idbWebService
{
///
/// appendixwebs 的摘要说明。
///
public class appendixwebs : System.Web.Services.WebService
{
public appendixwebs()
{
//CODEGEN: 该调用是 ASP.NET Web 服务设计器所必需的
InitializeComponent();
}
#region 组件设计器生成的代码
//Web 服务设计器所必需的
private IContainer components = null;
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if(disposing && components != null)
{
components.Dispose();
}
base.Dispose(disposing);
}
#endregion
// WEB 服务示例
// HelloWorld() 示例服务返回字符串 Hello World
// 若要生成,请取消注释下列行,然后保存并生成项目
// 若要测试此 Web 服务,请按 F5 键
[WebMethod]
public string ap_webs(byte[] appint o_id)//增加发件人和收件人。
{
//1、接收对方发送回来的附件中的数据。
string ConnStr = System.Configuration.ConfigurationSettings.AppSettings[“fanyz_idb“];
SqlConnection MyConnection = new SqlConnection(ConnStr);
SqlCommand MyCommand = new SqlCommand(“update idbt set appendix=@imgunit=@appen where id=“+ o_id.ToString() MyConnection);
SqlParameter param=new SqlParameter(“@appen“SqlDbType.VarChar);
param.Value=“appendix“;
MyCommand.Parameters.Add(param);
SqlParameter param1=new SqlParameter(“@img“SqlDbType.Image);
param1.Value=app;
MyCommand.Parameters.Add(param1);
MyConnection.Open();
MyCommand.ExecuteNonQuery();
MyConnection.Close();
return “ok!“;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15 2005-04-04 13:57 aspnet_client\system_web\1_1_4322\SmartNav.htm
文件 9427 2005-04-04 13:57 aspnet_client\system_web\1_1_4322\SmartNav.js
文件 14482 2005-04-04 13:57 aspnet_client\system_web\1_1_4322\WebUIValidation.js
目录 0 2007-05-22 14:13 aspnet_client\system_web\1_1_4322
目录 0 2007-05-22 14:13 aspnet_client\system_web
目录 0 2007-05-22 14:13 aspnet_client
目录 0 2008-04-25 14:31 idb\aspnet_client\system_web\2_0_50727
目录 0 2008-04-25 14:31 idb\aspnet_client\system_web
目录 0 2008-04-25 14:31 idb\aspnet_client
文件 102 2000-01-01 00:27 idb\idbWebService\appendixwebs.asmx
文件 2018 2008-03-24 23:55 idb\idbWebService\appendixwebs.asmx.cs
文件 1733 2002-01-29 22:04 idb\idbWebService\appendixwebs.asmx.resx
文件 2115 2005-06-27 13:31 idb\idbWebService\AssemblyInfo.cs
文件 9216 2006-11-02 09:49 idb\idbWebService\bin\bin_bak\dataexch.DLL
文件 4608 2006-10-31 21:32 idb\idbWebService\bin\bin_bak\idb_ok.DLL
文件 6656 2006-09-24 13:14 idb\idbWebService\bin\bin_bak\idb_web_seek.DLL
文件 5120 2006-09-24 13:13 idb\idbWebService\bin\bin_bak\where_seek.DLL
目录 0 2008-04-25 14:31 idb\idbWebService\bin\bin_bak
文件 9728 2008-03-23 23:16 idb\idbWebService\bin\dataexch.DLL
文件 32768 2008-03-23 23:20 idb\idbWebService\bin\idbWebService.dll
文件 67072 2008-03-23 23:20 idb\idbWebService\bin\idbWebService.pdb
文件 4608 2006-10-31 21:32 idb\idbWebService\bin\idb_ok.DLL
文件 6656 2006-09-24 13:14 idb\idbWebService\bin\idb_web_seek.DLL
文件 5120 2006-09-24 13:13 idb\idbWebService\bin\where_seek.DLL
目录 0 2008-04-25 14:31 idb\idbWebService\bin
文件 80 2005-06-27 13:31 idb\idbWebService\Global.asax
文件 1379 2005-06-27 13:31 idb\idbWebService\Global.asax.cs
文件 1733 2002-01-30 21:04 idb\idbWebService\Global.asax.resx
文件 112 2000-01-01 01:35 idb\idbWebService\idbt_dataexchange.asmx
文件 4535 2008-03-23 23:09 idb\idbWebService\idbt_dataexchange.asmx.cs
............此处省略540个文件信息
- 上一篇:最新sqlite3 x64位的lib
- 下一篇:DELPHI人力资源库程序源代码
相关资源
- sqlite-tools-win32-x86-3280000.zip
- lengxiaohua.sql
- SQL经典pdf.rar
- zw_DBImport破解版sqlitetomysqltoOracle.zip
- MySQL实战45讲.zip
- contraband.sql
- CRM源码企业客户关系管理系统源码M
- region_2018-05-16.sql
- SQL必知必会第4版带源码.zip
- zw_MS官方卸载工具Sql2008和SQL2005,控制
- 掘金小册MySQL是怎样运行的:从根儿上
- SQLAlchemy-1.2.18.tar.gz
- SQL进阶教程.[日]MICK(带书签高清文字
- MySQL必知必会文字版_推荐.7z
- PLSQL汉化包.zip
- 51CTO-深入浅出MySQL全文.pdf
- 10000_access.log
- Ecology8安装部署手册_Windows_SQLServer_2
- derby数据库转sql、db2等其他数据库的简
- 用友NC63脚本导出工具V3.0.rar
- MySQL与MariaDB学习指南.pdf
- 新闻发布系统MySQL.rar
- sqlserver2012.docx
- DBImport破解版sqlitetomysqltoOracle.rar
- 掘金小册MySQL是怎样运行的:从根儿上
- .netCore3.0MVC_EF_Oracle项目搭建步骤.doc
- MS官方卸载工具Sql2008和SQL2005,控制面
- SQLServer2012ReportingService高级教程_资料
- Safe3SQL注入安全检测工具V9.0.zip
- yyySQLv2.0(测试版).rar
评论
共有 条评论