Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing implementation on tds_variant_put #467

Open
ofiriluz opened this issue Jun 26, 2022 · 1 comment
Open

Missing implementation on tds_variant_put #467

ofiriluz opened this issue Jun 26, 2022 · 1 comment

Comments

@ofiriluz
Copy link

ofiriluz commented Jun 26, 2022

Hi,

I am currently using the server side of FreeTDS for a proxy-like PoC
It seems like when im trying to transmit tds variant type thou, the function is not implemented

tds_variant_put(TDSSOCKET *tds, TDSCOLUMN *col, int bcp7)

Any guidelines or help as to how to implement it or reference code?

Thanks

@fziglio
Copy link

fziglio commented Jun 29, 2022

I would look at the tds_variant_get implementation. Also you can have a look at https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/b46a581a-39de-4745-b076-ec4dbb7d13ec, specifically 2.2.5.5.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants