Skip to Content.
Sympa Menu

freetds - TDS80 ??

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Schörk, Andreas" <andreas.schoerk AT infor.de>
  • To: "TDS Development Group (E-mail)" <freetds AT franklin.oit.unc.edu>
  • Subject: TDS80 ??
  • Date: Fri, 14 Sep 2001 09:27:40 +0200


Hello,
trying to figure out, what efforts you hat to put into the C-Project to
support TDS80 I have been
happy to find only a few places.
Everything seems to be like TDS70 except two places, and I would be
interested to
know whether this has been done intentionally.
Andreas

1.
query.c,72:
} else if (IS_TDS70(tds)) {
bufsize = strlen(query)*2;
buf = (unsigned char *) malloc(bufsize);
memset(buf,'\0',bufsize);
tds7_ascii2unicode(query, buf, bufsize);
tds->out_flag=0x01;
} else { /* 4.2 */

2.
write.c,131:
if (IS_TDS70(tds)) {
tds->out_buf[6]=0x01;
}



  • TDS80 ??, Schörk, Andreas, 09/14/2001

Archive powered by MHonArc 2.6.24.

Top of Page