How does FreeTDS support bulk export
Johnny Yan <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <DM5PR03MB2732643D147AE4BFB526D557C31C0@DM5PR03MB2732.namprd03.prod.outlook.com> |
Hi, We've observed, through the freetds.log, that when we try to bulk export multiple rows, what FreeTDS really does is replacing the ? placehold with the corresponding param value(s), then concatenating multiple "INSERT INTO..." statements into a single query, and finally sent it through the wire. Is this what we're supposed to expect? How does FreeTDS support bulk export? Thanks, Johnny