• 大小: 8.99MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-29
  • 语言: 数据库
  • 标签: 其他  

资源简介

通用的跨平台数据交换接口(简称“通用接口”,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个文件信息

评论

共有 条评论