How to connect to Teradata with C++ on linux
Simple Problem: I开发者_StackOverflow 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
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.
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.
精彩评论