TDS80 ??
"Schörk, Andreas"
andreas.schoerk at infor.de
Fri Sep 14 03:27:40 EDT 2001
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;
}
More information about the FreeTDS
mailing list