FW: C not Java - Question TDS80 ??
"Schörk, Andreas"
andreas.schoerk at infor.de
Mon Sep 17 04:57:48 EDT 2001
-----Original Message-----
From: "Schörk, Andreas" [mailto:andreas.schoerk at infor.de]
Sent: Freitag, 14. September 2001 09:28
To: TDS Development Group
Subject: [freetds] TDS80 ??
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;
}
---
You are currently subscribed to freetds as: [andreas.schoerk at infor.de]
To unsubscribe, forward this message to
$subst('Email.Unsub')
More information about the FreeTDS
mailing list