天道酬勤,厚德载物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

11 2007 档案

摘要:首先发送请求,然后处理响应。我用.net写的WebService,直接访问,点击方法名称可以看到实例代码,只需要在asp中使用Microsoft.XMLHTTP发送请求,然后处理xml的结果就行了。 要注意Namespace不能写错了。 " strxml = strxml & "" strxml = strxml & " " strxml = strxml & "" strx... 阅读全文
posted @ 2007-11-27 15:46 cobbles 阅读(510) 评论(0) 推荐(0)

摘要:The nature of a DataSet requires that it is either typed or untyped. By definition a typed DataSet is any DataSet that is derived from the base DataSet class that applies the information contained in ... 阅读全文
posted @ 2007-11-20 12:34 cobbles 阅读(173) 评论(0) 推荐(0)

摘要:Typed DataSets in .NET By Ramaprasad Upadhyaya February 03, 2004 As all of we know, we can specify the data type when we create a DataColumn for a DataTable. This is to enforce the runtime type-sa... 阅读全文
posted @ 2007-11-20 11:49 cobbles 阅读(181) 评论(0) 推荐(0)

摘要:From Mike Chapple, Your Guide to Databases. FREE Newsletter. Sign Up Now!If you've been working with databases for a while, chances are you've heard the term normalization. Perhaps someone's asked you... 阅读全文
posted @ 2007-11-20 11:18 cobbles 阅读(360) 评论(0) 推荐(0)

摘要:http://www.jeffheaton.com 阅读全文
posted @ 2007-11-14 21:46 cobbles 阅读(293) 评论(0) 推荐(0)