Re: Stored Procedure for Paging
From: SriSamp (ssampath_at_sct.co.in)
Date: 10/13/04
- Previous message: Roji. P. Thomas: "Re: Stored Procedure for Paging"
- In reply to: Prabhat: "Stored Procedure for Paging"
- Next in thread: Dan Guzman: "Re: Stored Procedure for Paging"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 14:29:14 +0530
See if these help:
http://weblogs.sqlteam.com/jeffs/archive/2004/03/22/1085.aspx
Check out the database code for the same.
-- HTH, SriSamp Please reply to the whole group only! http://www32.brinkster.com/srisamp "Prabhat" <not_a_mail@hotmail.com> wrote in message news:eMiHc5PsEHA.2800@tk2msftngp13.phx.gbl... > Hi All, > > Can I have a Optimized Stored Procedure which will return the Data in Page? > > I have a Table with around a Bilion or records. The Stored procedure should > work like ADO Page technique. > I have read some pages: > http://www.experts-exchange.com/Programming/Programming_Languages/Delphi/Q_2 > 1111881.html > http://www.4guysfromrolla.com/webtech/062899-1.shtml > http://www.experts-exchange.com/Databases/Oracle/Q_21116730.html > > But I think there will be a optimized way to do Pagin with in Stored > Procedure. Can any of friend send a sample of that? > > I wanted to Display the Data in a GRID (Delphi using ADO). But in Delphi the > ADO does not support the PAGE Like in VB - I think. > > Thanks > Prabhat > >
- Previous message: Roji. P. Thomas: "Re: Stored Procedure for Paging"
- In reply to: Prabhat: "Stored Procedure for Paging"
- Next in thread: Dan Guzman: "Re: Stored Procedure for Paging"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|