Skip to Content.
Sympa Menu

freetds - [freetds] More on dblib program

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Steven J. Backus" <backus AT math.utah.edu>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] More on dblib program
  • Date: Wed, 30 Jul 2003 12:05:15 -0600 (MDT)

There's really only one dbsqlexec(dbproc); in there, it was a
typo, so that's not the problem. Also if I change:

DBCHAR i1[5], i2[5], i3[5], i4[5], i5[5], family;

to

DBCHAR i5[5], i1[5], i2[5], i3[5], i4[5], family;

The program works ok, so I'm pretty sure something is being walked
on. I hesitate to use this solution because I don't know what's
really broken...will i4 now have the wrong values in it?

Thanks,
Steve



  • [freetds] More on dblib program, Steven J. Backus, 07/30/2003

Archive powered by MHonArc 2.6.24.

Top of Page