Skip to Content.
Sympa Menu

freetds - Re: [freetds] FreeTDS 0.64.dev.2005041 dblib rpc failure

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: liam AT inodes.org
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] FreeTDS 0.64.dev.2005041 dblib rpc failure
  • Date: Fri, 15 Apr 2005 11:47:06 +1000

Bill,

On Thu, Apr 14, 2005 at 09:16:22AM +0100, Thompson, Bill D (London) wrote:

> You are falling foul of some validation which is enforcing the
> principle contained herein...

I've changed the code to this. I assume this is now correct as the
test case passes!

while (dbresults(dbproc) != NO_MORE_RESULTS) {
dbbind(dbproc, 1, INTBIND, (DBINT) 0, (BYTE *) &value);
while (dbnextrow(dbproc) != NO_MORE_ROWS) {
printf("this is the value: %d\n", value);
}
}

Thanks for your help.

Cheers.




Archive powered by MHonArc 2.6.24.

Top of Page