The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
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
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