上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页
摘要: Microsoft BizTalk Server 2004 Using XPaths in Message Assignment You can use the xpath function to assign an XPath value to a message part, or to assign a value to an XPath that refers to a message ... 阅读全文
posted @ 2007-11-30 10:02 阿新 阅读(620) 评论(1) 推荐(0)
摘要: The XmlSerializerFactory is a new class in .NET 2.0 that provides a factory pattern over the XmlSerializer. It maintains the cache of generated assemblies so that you can avoid the XmlSerializer leak... 阅读全文
posted @ 2007-11-29 18:33 阿新 阅读(420) 评论(0) 推荐(0)
摘要: The XmlSerializerFactory is a new class in .NET 2.0 that provides a factory pattern over the XmlSerializer. It maintains the cache of generated assemblies so that you can avoid the XmlSerializer leak... 阅读全文
posted @ 2007-11-29 15:42 阿新 阅读(640) 评论(0) 推荐(0)
摘要: Published 21 July 06 08:24 AM | rseroter Just finishing up a two-week BizTalk Proof of Concept where I demonstrated an easier way to manage B2B interactions between a large insurance company and th... 阅读全文
posted @ 2007-11-29 15:37 阿新 阅读(392) 评论(0) 推荐(0)
摘要: 表结构信息查询 SELECT TableName=CASE WHEN C.column_id=1 THEN O.name ELSE N'' END, TableDesc=ISNULL(CASE WHEN C.column_id=1 THEN PTB.[value] END,N''), Column_id=C.column_id, ColumnName=C.nam... 阅读全文
posted @ 2007-11-12 12:02 阿新 阅读(498) 评论(0) 推荐(0)
摘要: BizTalk自带有证书加密/签名的pipeline组件(MIME/SMIME),感觉配置比较复杂,而且不知道如何通过自己开发的客户端实现这种标准的加密/签名算法和BizTalk进行整合; 如果有朋友做过相关的技术,能否共享一下; 这次自己写了一下用.net 2.0自带的SignedXml,EncryptedXml,很容易就实现了这些功能,同时发现http://www.... 阅读全文
posted @ 2007-11-08 16:33 阿新 阅读(565) 评论(4) 推荐(0)
摘要: 更新的同时获取被更新的记录的id 一般我的写法是 select auto_id into v_id from history where state=1 and rownum=1; update history set state=0 where auto_id=v_id 能不能把两条语句合成一条写呀 可以了 UPDATE BIZ_WORKFLOW SET SEND_MARK=1 W... 阅读全文
posted @ 2007-10-24 09:23 阿新 阅读(447) 评论(0) 推荐(0)
摘要: 在 Biztalk Server 2004 SP2 中存档和清除 Biztalk 跟踪数据库 发布日期: 2006年09月19日 小结:本白皮书介绍如何配置 Biztalk Server 2004 SP2,以利用自动存档和清除 Biztalk 跟踪数据库的功能。它还介绍了为实现和维持高性能在配置过程中需要考虑的因素。 本页内容 ... 阅读全文
posted @ 2007-09-21 18:24 阿新 阅读(555) 评论(0) 推荐(0)
摘要: 参考以下 SQL> select * from test; ID MC ---------- ------------- 1 11111 1 22222 2 11111 2 22222 3 11111 3 22222 3 33333 已选择7行。 SQL> select id,ltrim(max(sys_connect_by_path(mc,',')),',') row2col from (... 阅读全文
posted @ 2007-08-24 08:46 阿新 阅读(440) 评论(1) 推荐(0)
摘要: oracle------------------------------------------------------------------------------------------------- Start with...Connect By子句递归查询一般用于一个表维护树形结构的应用。 创建示例表: CREATE TABLE TBL_TEST( ID NUMBER, NA... 阅读全文
posted @ 2007-05-30 15:59 阿新 阅读(444) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 30 下一页