Skip to Content.
Sympa Menu

freetds - [freetds] blob1 test

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] blob1 test
  • Date: Sun, 17 Aug 2008 10:31:56 +0200

Hi,
I rolled back a line in src/odbc/odbc.c cause blob1 had an infinite
loop. This cause SQLParamData is used to say "I finished sending data"
not only "which parameter should I send".
Note however that it still fails cause MS behavior is quite different
from version implemented by Suren A. Chilingaryan (cfr "SQLGetData (bug
in ODBC driver)"). It seems that MS alway process strings hex -> char
using characters pairs. If you pass a string of 9 characters (like
123456789) it parse only 8 characters (12345678) and do not even
consider last one on next SQLPutData.

I'll put a TODO...

freddy77





  • [freetds] blob1 test, Frediano Ziglio, 08/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page