How to connect to Teradata with C++ on linux

て烟熏妆下的殇ゞ 提交于 2019-12-24 09:08:16

问题


Simple Problem: I want to connect my linux based C++ program to a Teradata database. How do I accomplish this?

I searched the web but I only found some ADO and ODBC based solutions for .net or JDBC drivers. Is there any lib out there that can do the job on linux without ODBC and .net?

Greetings, Lars


回答1:


Teradata Call-Level Interface Version 2 Reference for Network Attached Systems - Documentation

Teradata Developer Exchange - Downloads - You can download the CLI for Linux, Windows, Solaris, HP-UX, and AIX from there. You can also find links to other developer resources to download as well. Including VMware images of Teradata and Teradata Express for Windows.

Teradata Developer Exchange - Forums (Connectivity) - Targeted audience to help answer your specific questions working with the CLI interface.

Hope this helps with your research.




回答2:


Take a look at Teradata CLI (call level interface). But first, you should contact the teradata customer support and ask for the teradata tools and utilities package and documentation.



来源:https://stackoverflow.com/questions/5551118/how-to-connect-to-teradata-with-c-on-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!