如上面说的,我只知道游标是SQL中的,从来都没有注意过,这次真是……请强人说说,ASP.net中,有哪些应用??怎么作?提供文章也行,但最好别乱贴一些高难度文章或与此问题无关的文章,谢谢了。在线,24点前结贴。

解决方案 »

  1.   

    ado.net中使用了类似游标的东西啊
      

  2.   

    我也只知道游标是sql中的.
      

  3.   

    这么快就有人了,那个面试的技术经理,非常鄙视的看了我一眼(因为,简历中SQL,我写的是精通,长记性了,以后写成初学。)
      

  4.   

    本想问SQL版的,但一想是ASP.net中的应用就来这了。看来,不知道的人还挺多的,心理有了安慰。
      

  5.   

    没上下文?那偶就直接告诉面试官:ASP.NET 项目中偶从不用游标。
      

  6.   

    楼上的说的在理
    asp项目中用得多,有那个recordset
      

  7.   

    如果说一定有的话,就只读只进的DataReader吧
      

  8.   

    SqlDataReader就是游标???是真的假的,我说那个面试的技术经理,非常鄙视的看了我一眼,原来是这个啊??真是郁闷,我不是不,不应该干这行啊,这么简单的东西,也不知道??
      

  9.   

    datareader就是datareader不是什么游标.游标就是指cursor
      

  10.   

    在asp中有个recordset,与datareader功能类似,只不过recordset有多种游标类型.
    但也没有说recordset就是游标的.
      

  11.   

    关键是,我要找工作,并且,在面试时,出现了上面的无知情况,你说该不该死==========怕撒子哦,ASP.NET 有游标迈?是面试官自己无知,要是他问 ADO.NET 里什么什么游标之类,还马马虎虎,
    不然就 BS 他
      

  12.   

    存储过程中,集合查询实在搞不定,太变态的递归,某些多对一处理的时候,只好用 CURSOR 了
      

  13.   

    Cursors are used primarily by interactive applications in which users need to scroll up and down through screens of data, browsing or making changes. Cursors and Web-Based Applications Cursors are rather useless when it comes to Web-based applications (ASP, ColdFusion, PHP, and JSP, for example). Cursors are designed to persist for the duration of a session between a client application and a server, but this client/server model does not fit in the Web application world because the application server is the database client, not the end user. As such, most Web application developers avoid the use of cursors and re-create the functionality themselves if needed.
     
      

  14.   

    他瞎问你就瞎说行了。游标是 SQL 数据库中的,有一个好建议,除非万不得已,尽量不要用游标。
      

  15.   

    可能问你在asp.net开发中,游标的应用在哪,泛泛而谈,你就说,例如现在这个bbs页面,就运用了游标