Archives of the TeradataForum
Message Posted: Fri, 25 Apr 2003 @ 16:14:23 GMT
Subj: | | Re: Perl and teradata |
|
From: | | ulrich arndt |
You can also download and use the DBI:ODBC module
Syntax remains nearly the samemy $dbh = DBI->connect(
dbi:ODBC:[your datasource here]
[username here],
[password here])
or die;
Works fine for job controll and smaller data extracts - be carefull if you want to extract larger volumes - in this case use bteq or
maybe the DBI driver of Teradata (but I have now experiance with this one).
Ulrich
|