Re: Again about rows count
Velichko Yuriy <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CAN=WvWsdS+DXKL5J3GjSja+f7Ra+faFodD5ZS2L98kBocYY0Aw@mail.gmail.com> |
Thanks for respond! On 20 September 2013 15:16, Frediano Ziglio <[email protected]> wrote: > 2013/9/20 Velichko Yuriy <[email protected]>: > > Helo! > > > > I need to figure out the number of records returned from SELECT query, > > before start fetching data [MSSQL Server]. > > > > In the mail archive I found similar questions like this > > > > http://marc.info/?l=freetds&m=107514963123856 > > > > So as I understood the server did not support this feature. > > > > These letters are quite old. Is the situation is not changed? There is no > > way to get count of affected rows before fetching data? > > > > The protocol does not allow this. Still newer protocol. > > What you can do is open a server side cursor, fetch row cound and than > read rows. > > Frediano > > > Thanks! > > -- > > Best Regards! > > _______________________________________________ > > FreeTDS mailing list > > [email protected] > > http://lists.ibiblio.org/mailman/listinfo/freetds > _______________________________________________ > FreeTDS mailing list > [email protected] > http://lists.ibiblio.org/mailman/listinfo/freetds > -- Best Regards!