Re: Update statement & SQL_NO_DATA
Raju Mohanapu <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
> > SQLRowCount does not interrogate the server. It returns information the > driver already has. The server included the rowcount in the DONE packet > it sent to indicate the command was successfully completed. > > SQLRowCount is also the only portable way to learn the rowcount, zero or > nonzero. :-) > Thank you folks for prompt replies. I'm relieved that SQLRowCount doesn't hit the db server. Thanks Raju > HTH. > > --jkl > > >