Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Excel/ODBC to create object in Teradata?

Status
Not open for further replies.

wcassell

Technical User
Jul 24, 2003
4
US
We are moving from an Oracle DB to Teradata. In the past we have used Excel (connected to Oracle) for many of our reports. I've written macros before that use OO4E to create (or replace) views in Oracle based on the date range that a user selects in Excel. The view is then selected and the results are brought back to Excel.

Does anyone know if there is similar functionality available for Teradata? Would it be through ODBC or direct connect? I'd really like to be able to generate and run code through Excel.

Thanks
 
I use ODBC to access Teradata from within Excel.
The demo version includes an "Excel Sample Query" in
Teradata for Microsoft Windows Demo -> Sample Applications

Btw, there's no need to create a view before selecting it, just submit the query or maybe create a macro which accepts the date range as parameters.

Dieter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top