Skip to Content.
Sympa Menu

freetds - Bug in bcp ?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS <freetds AT franklin.oit.unc.edu>
  • Subject: Bug in bcp ?
  • Date: 27 Oct 2002 21:28:07 +0100


Trying to compile and removing all error I note a possible bug in bcp
code

See these line (bcp.c:650)

/* The data */

if (is_blob_type(curcol->column_type)) {
fwrite(src,len,1,hostfile);
} else {

They read curcol and src but these variable are initialized in the
previous loop, so they seem to read always last column data... or not??

freddy77





  • Bug in bcp ?, Frediano Ziglio, 10/27/2002

Archive powered by MHonArc 2.6.24.

Top of Page