Pulling Blobs from SQL Server 2000/05/08
Mike Johnston <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
I'm using Freetds .82 no issues connecting pulling character data/integers etc..I'm trying to pull a datatype of IMAGE from SQL Server. I've tried both VARYBINBIND AND BINARYBIND neither work. I get a message in my log "Unknown bind type passed to function" when I pass in VARYBINBIND. I get an assert when I use binarybind on line 2912 of convert.c in tds_willconvert(). Does blob retrieval work in freetds? TIAMike