Re: bcp warning and comment
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Frediano Ziglio wrote: > Mumble mumble.... it seems that MS use termlen == 0 for no terminator > while Sybase use -1. Honestly I don't understand the difference > between NULL terminator and terminator with length == 0.... looking at > the code behavior is the same. Please do what you think is right. Or I'll get around to it eventually. Most important, obviously, is not to dereference a NULL or use a length <= 0. --jkl