Forum Discussion
Anonymous
5 years agoNot applicable
Custom Connector Creation
I am attempting to create a custom connector for an ODBC SQL Anywhere server. I used the provided example for a custom ODBC connector and attempted to modify it. When I test it, I repeatedly get the...
- 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.
Icey
5 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
Anonymous
5 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.