Skip to Content.
Sympa Menu

freetds - Re: dbrows missing...

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: dbrows missing...
  • Date: Wed, 28 Aug 2002 15:08:37 -0400


> > Is the function "int dbrows(DBPROCESS*)" yet to be
> implemented in FreeTDS.

> From: Brian Bruns [mailto:camber AT ais.org]
> Sent: August 28, 2002 2:59 PM
>
> dbrows() is an internal function. DBROWS() is supposedly the exported
> version, but following sybase's usual modus operandi DBROWS()
> is probably macro invoking dbrows().

It might be that way in some Sybase versions. In mine, dbrows() is exported
and DBROWS() is a pass-through macro:

bash$ grep -i dbrows /sybase/include/sybdb.h
#define DBROWS(x) dbrows(x)
RETCODE CS_PUBLIC dbrows PROTOTYPE((

Unless someone tells me there's a current version of Sybase's libraries that
exports DBROWS(), I'll fix ours to match, the way I did dbdead().

--jkl



The information contained in this transmission may contain privileged and
confidential information and is intended only for the use of the person(s)
named above. If you are not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, any
review, dissemination, distribution or duplication of this communication is
strictly prohibited. If you are not the intended recipient, please contact
the sender immediately by reply e-mail and destroy all copies of the
original message. Please note that for certain accounts we do not accept
orders and/or instructions by e-mail, and for those accounts we will not be
responsible for carrying out such orders and/or instructions. Kindly refrain
from sending orders or instructions by e-mail unless you have confirmed that
we accept such communications for your account. Please also note that to
satisfy regulatory requirements we review the outgoing and incoming e-mail
correspondence of staff members serving certain functions.






Archive powered by MHonArc 2.6.24.

Top of Page