Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Can I connect Vertica with C++?
Can I connect Vertica with C++ and run queries from there? Like java can be connected with JDBC. Is there anything like it for C++?
0
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
Comments
Vertica is a ODBC-compliant database. Therefore your c++ program can use ODBC to communicate with your Vertica database.
See:
https://my.vertica.com/docs/8.1.x/HTML/index.htm#Authoring/ConnectingToVertica/ClientDriverMisc/InstallingTheHPVerticaClientDrivers.htm
You can also develop fenced and unfenced UDxs of all types in C++
See:
https://my.vertica.com/docs/8.1.x/HTML/index.htm#Authoring/ExtendingVertica/C++/DevelopingInC++.htm