|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 3/21/2008 2:35:12 PM
Posts: 2,
Visits: 5
|
|
I have a requirement to provide a way for C and Fortran applications to query and to load data into Teradata. This should work on Windows, Unix and Linux.
I have heard of 'Teradata Preprocessor2 for Embedded SQL' that seems to require a C library from Teradata and can be used to execute embedded SQLs in several languages including C.
Has anyone used this?
If so, where can i find this C library?
How easy is this to use?
Does this have any advantages over using ODBC connection in a C program?
Is this more platform-independent than using ODBC?
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/22/2008 11:38:42 AM
Posts: 4,
Visits: 11
|
|
it is always a good idea to use a well know technology to build your application, especially when you have requirement to distribute your apps to a lot of users. ODBC is a well established technology in terms of sending SQL to database and get the data back. The advantage is obvious, standardization, platform independence.
|
|
|
|