Forum Discussion
Custom Connector Creation
- Anonymous5 years ago
I ended up starting over with a fresh copy of the sample code from Microsoft (https://github.com/microsoft/DataConnectors/tree/master/samples/ODBC) and was able to get it working.
Hi Anonymous ,
I know few about Custom Connector. I may not be able to help you in this regard.
But for Direct Query, there are some limitations of data transformations. And to my knowledge, there is no workaround unless connection mode is switched to Import.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
I ended up starting over with a fresh copy of the sample code from Microsoft (https://github.com/microsoft/DataConnectors/tree/master/samples/ODBC) and was able to get it working.
- Icey5 years agoCommunity Support
Hi Anonymous ,
Glad to hear that. Could you share the sample code with us? We are curious about that.😀
And please accept it as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Icey
- Anonymous5 years agoNot applicable
Yeah, I got it from here: https://github.com/microsoft/DataConnectors/tree/master/samples/ODBC
I copied the SQL sample. I initially was just pasting parts of it into the default custom connector, but then I started over with a fresh download of their whole sample and just made the changes I needed.