exception ? OracleDriver ? OracleDialect ? 2009/11/29 江名峰 <[email protected]>
> Dear all > > how to do paging on oracle database with NHibernate ? > > I have a solution to do paging on MSSQL database like : > IQuery query = DataSession.CreateQuery(m_defaultSelectCommand); > query.SetMaxResults(maximumRows); > query.SetFirstResult(startRowIndex); > > but it does not work on oracle database. > > -- > 江名峰(James.Jiang) > msn:[email protected] > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
