odbc
odbc copied to clipboard
Tests for support for column wise fetching
Hi Alex! I would like to perform a columnar wise bulk fetch. Is this supported by any of the exposed APIs? Trying to find example code without writing C-GO bindings myself. Would appreciate any support.
Hi Alex! I would like to perform a columnar wise bulk fetch. Is this supported by any of the exposed APIs?
I don't remember implementing that functionality. But you can look at the code, and do something similar.
Trying to find example code without writing C-GO bindings myself. Would appreciate any support.
I don't spend time on this package anymore. Feel free to ask questions, but I don't promise to answer.
Alex