<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>本杰.NET - ADO.NET</title>
    <link>http://www.beingnet.com/showforum-13.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 本杰.NET</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Tue, 07 Feb 2012 02:53:30 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>DataItem 的取数据问题？</title>
    <description><![CDATA[问题1
为什么 DataItem 这个有时取到，有时取不到？
是不是只有在绑定事件发生时，这个才能取数据？

问题2
foreach(GridViewRow row in GridView1.Rows)
{
...
var productid=(row.DataItem as System.Data.DataRowView);
...
}

DataItem 怎么就能转成 ]]></description>
      <link>http://www.beingnet.com/showtopic-2617.aspx</link>
      <author>nssb0000004</author>
      <pubDate>Tue, 06 Dec 2011 16:51:00 GMT</pubDate>
    </item>
    <item>
      <title>网络冲印店缘何难成气候</title>
    <description><![CDATA[--&amp;gt; 
 
　　在数码相机普及的今天，便捷廉价而且花式多样的在线冲印照片日益受到消费者的青睐。而在这个巨大的市场蛋糕面前，武汉相关商家想分享，并不是件容易事。
 
　　网络冲印只需完成“注册登录、上传照片、填写配送信息、确认支付”等类似网络购物的几个步骤，便可直接从电脑文件夹批量选择照片上传，并可根据需要定制卡片、马克杯、T恤衫、鼠标垫、个性木版画、挂历等礼品。冲洗6英寸照片为0.]]></description>
      <link>http://www.beingnet.com/showtopic-2590.aspx</link>
      <author>f2r95mdlfkw</author>
      <pubDate>Mon, 20 Jun 2011 09:55:00 GMT</pubDate>
    </item>
    <item>
      <title>如果，我们尽情飞翔</title>
    <description><![CDATA[       昨晚睡觉特意开了一扇窗透气，好让生冷的夜风让我不那么萎靡不振，窝在暖暖的被窝里，打手电看着一本厚厚的长篇， Aoc gold 耳边听的是新下载的排行榜。那些旋律，丝丝如缕，不绝于耳，好像隔世了似的，让我倍感快乐。
    周末的清晨，难得一见阳光满脸灿烂地跑进寝室，房间顿时回温，渐渐褪去昼的凄寒，忽而的电话，让我不得不在睡眼惺忪中睁开眼。
是朋友的，于是简单的寒暄。
    然]]></description>
      <link>http://www.beingnet.com/showtopic-2584.aspx</link>
      <author>lixiao32</author>
      <pubDate>Thu, 16 Jun 2011 17:37:00 GMT</pubDate>
    </item>
    <item>
      <title>都是这样一辈子</title>
    <description><![CDATA[每当看到墙上古旧的时钟缓慢地走着，像一个耄耋之年的老者，智慧，却始终在原地周而复始地旋转，是执着还是无法找到属于自己的方向。
　　
　　路上川流不息的公交车， Special Occasions 每天来来往往，不知载送过多少乘客，也许它所能做的就是每天的上下班接送。
　　
　　我们就是这样一个时钟或者是这么一辆公交车。生命的规律就是就在时钟的分秒针从原点出发，不管经历了多少之后必将再次回到]]></description>
      <link>http://www.beingnet.com/showtopic-2571.aspx</link>
      <author>relieveddl28</author>
      <pubDate>Tue, 31 May 2011 10:35:00 GMT</pubDate>
    </item>
    <item>
      <title>CodeSmith</title>
    <description><![CDATA[请问一下，CodeSmith中如何找到SQL2005数据库中的自动增长列？谢谢先]]></description>
      <link>http://www.beingnet.com/showtopic-1770.aspx</link>
      <author>gold1986xp</author>
      <pubDate>Thu, 14 Oct 2010 18:02:00 GMT</pubDate>
    </item>
    <item>
      <title>介绍 ADO.NET 中的数据并发</title>
    <description><![CDATA[http://msdn.microsoft.com/zh-cn/cs6hb8k4%28VS.80%29.aspx

当多个用户试图同时修改数据时，需要建立控制机制来防止一个用户的修改对同时操作的其他用户所作的修改产生不利的影响。处理这种情况的系统称为“并发控制”。
并发控制的类型

通常，管理数据库中的并发有三种常见的方法：

    *

      保守式并发控制：在从获取记]]></description>
      <link>http://www.beingnet.com/showtopic-1628.aspx</link>
      <author>张波老师</author>
      <pubDate>Wed, 07 Jul 2010 22:20:00 GMT</pubDate>
    </item>
    <item>
      <title>ACCESS中的&amp;quot;时间/日期&amp;quot;字段中插入DateTime.Now出</title>
    <description><![CDATA[向ACCESS中的&amp;quot;时间/日期&amp;quot;字段中插入DateTime.Now时出现“标准表达式中数据类型不匹配。”错误的解决办法：

在使用下面的代码向Access数据库中添加数据的时候，如果是日期字段，则会出现&amp;quot;标准表达式中数据类型不匹配。&amp;quot;的错误，这可能是C#中的日期类型无法直接转换成Access中的日期类型OleDbType.DBDate所致：

str]]></description>
      <link>http://www.beingnet.com/showtopic-1627.aspx</link>
      <author>guduey</author>
      <pubDate>Wed, 07 Jul 2010 16:08:00 GMT</pubDate>
    </item>
    <item>
      <title>很奇怪的一个转型问题</title>
    <description><![CDATA[见图。Command.ExecuteScalar()查询回来的对象（弱类型Object），强转成强类型（Int32）的时候，会出错。。好像有点不正常。

207]]></description>
      <link>http://www.beingnet.com/showtopic-757.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Fri, 30 Apr 2010 13:56:00 GMT</pubDate>
    </item>
    <item>
      <title>一直觉得DBConnection的CreateDBCommand方法挺神秘的</title>
    <description><![CDATA[.NET Framework Class Library
DbConnection Members

CreateCommand        Creates and returns a DbCommand object associated with the current connection.
Protected methodSupported by the XNA Framewor......]]></description>
      <link>http://www.beingnet.com/showtopic-755.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Fri, 30 Apr 2010 11:26:00 GMT</pubDate>
    </item>
    <item>
      <title>很多东西，都是用到了才知道重要</title>
    <description><![CDATA[很多东西，在意识上一开始总觉得不那么重要。。甚至连 Database， Dataset，Datagridview 这“3D”很重要的内容，在没有遇到项目之前，的确是没有什么感觉。。

所以，项目是使人快速进步的 驱动器（引擎）。。

另外还有 缓存 。。在学校老师OA系统的时候，第一次（真实遇到——在msft网站或者csdn网站看新闻看到缓存100次都不及亲身经历一次。。）看到老师在讲——]]></description>
      <link>http://www.beingnet.com/showtopic-692.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Tue, 20 Apr 2010 18:27:00 GMT</pubDate>
    </item>
    <item>
      <title>c#做的取款功能代码</title>
    <description><![CDATA[这是我写的一段实现取款功能的代码
balance是sql中cardtable表中的一个列名，表示余额,textbox6用来输入所要取款的钱数,cardid是表中的列，代表卡号，textbox1输入卡号的地方
 private void button29_Click(object sender, EventArgs e)
        {
             
          ]]></description>
      <link>http://www.beingnet.com/showtopic-667.aspx</link>
      <author>张波老师</author>
      <pubDate>Fri, 16 Apr 2010 20:07:00 GMT</pubDate>
    </item>
    <item>
      <title>asp 查询</title>
    <description><![CDATA[&amp;lt;%
page=request.querystring(&amp;quot;page&amp;quot;) 
key=request(&amp;quot;key&amp;quot;)
DIM totalPut
DIM CurrentPage
DIM TotalPages
DIM i,j
const MaxPerPage=20
if not isempty(request(&amp;quot;page&amp;quot;))......]]></description>
      <link>http://www.beingnet.com/showtopic-663.aspx</link>
      <author>张波老师</author>
      <pubDate>Fri, 16 Apr 2010 20:00:00 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET 字符串问题</title>
    <description><![CDATA[String strsql = &amp;quot;Insert Into userinfo(userid,username,,province,sex,intro,register_time) values('&amp;quot; + Convert.ToInt32(userid.Text) + &amp;quot;','&amp;quot; + username.Text + &amp;quot;','&amp;quot; + pwd1.T......]]></description>
      <link>http://www.beingnet.com/showtopic-662.aspx</link>
      <author>张波老师</author>
      <pubDate>Fri, 16 Apr 2010 19:59:00 GMT</pubDate>
    </item>
    <item>
      <title>看到有 Dynamic Data 的控件属性了</title>
    <description><![CDATA[在摸索vs2010的时候，看到如下图所示的属性。。非常期待老师的 Dynamic Data 课程。。估计最快在下一个 商城+SNS 的项目中就会用到。。

167]]></description>
      <link>http://www.beingnet.com/showtopic-627.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Wed, 14 Apr 2010 10:25:00 GMT</pubDate>
    </item>
    <item>
      <title>gridview的假分页特性</title>
    <description><![CDATA[GridView虽然表面上是分页了，但是其实，每次拿出来的还是所有的数据。。仅仅是把需要展现的给显示出来，不需要的就留在后台（UI看不到而已）。。这样，是会损失性能的，尤其是当数量大的时候。。

有没有可能把GridView一次性拿到的这些所有的数据进行 缓存？

如果是真分页的话，是每次按照页面显示数量（如每页10条，就去数据库查出10条）去查询。但是，每切换一次显示页面（如第一页，第二]]></description>
      <link>http://www.beingnet.com/showtopic-626.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Wed, 14 Apr 2010 09:51:00 GMT</pubDate>
    </item>
    <item>
      <title>进行数据处理的时候，空不空是真麻烦</title>
    <description><![CDATA[每个不同的数据容器对于空的标准都是不一样的。。

Excel有它的标准，XML也有自己的。。C#一套，SqlServer又有一套。。

在边界上，总是有点对不齐的味道。。

阻抗不匹配。。]]></description>
      <link>http://www.beingnet.com/showtopic-625.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Wed, 14 Apr 2010 09:40:00 GMT</pubDate>
    </item>
    <item>
      <title>VisualStudio可以连接Mysql。。</title>
    <description><![CDATA[是否支持设计时的那些功能呢？比如 强类型 DataSet。。


namespace ConsoleApplication13
{
    class Program
    {
        static void Main(string args)
        {
            string connStr = String.Format(&amp;quot;serv]]></description>
      <link>http://www.beingnet.com/showtopic-619.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Tue, 13 Apr 2010 14:40:00 GMT</pubDate>
    </item>
    <item>
      <title>help、help、这啥问题来着、</title>
    <description><![CDATA[DataBinding:“System.Char”不包含名为“fname”的属性。 
说明: 执行当前 Web 请求期间，出现未处理的异常。请检查堆栈跟踪信息，以了解有关该错误以及代码中导致错误的出处的详细信息。 

异常详细信息: System.Web.HttpException: DataBinding:“System.Char”不包含名为“fname”的属性。

源错误: 

]]></description>
      <link>http://www.beingnet.com/showtopic-599.aspx</link>
      <author>ajax</author>
      <pubDate>Mon, 12 Apr 2010 03:27:00 GMT</pubDate>
    </item>
    <item>
      <title>asp.net GridView</title>
    <description><![CDATA[&amp;lt;asp:GridView ID=&amp;quot;GridView1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;Columns&amp;gt;
        &amp;lt;asp:TemplateField&amp;gt;
            &amp;lt;div&amp;gt;aaa&amp;lt;/div&amp;gt;
        &amp;lt;/asp:TemplateField&amp;g......]]></description>
      <link>http://www.beingnet.com/showtopic-588.aspx</link>
      <author>张波老师</author>
      <pubDate>Sun, 11 Apr 2010 00:13:00 GMT</pubDate>
    </item>
    <item>
      <title>编写客户端，用客户端来发Email。。最后感觉Gmail太强大了</title>
    <description><![CDATA[Gmail跟别的邮箱都不相同。。如果你前后收到两封邮件，其中的文字变化非常少，会发生什么情况呢？
还是看图说话。。Google的服务器不单单是在转发邮件，而且每封邮件，它都拆开仔细检查。。好像是以Line行为单位，他会判断哪行是有过更改的。。没有更改的就Hide起来。

159]]></description>
      <link>http://www.beingnet.com/showtopic-586.aspx</link>
      <author>shenyoujia</author>
      <pubDate>Fri, 09 Apr 2010 15:04:00 GMT</pubDate>
    </item>
  </channel>
</rss>
