|
|
Archives of the TeradataForum
Message Posted: Mon, 08 Dec 2003 @ 14:28:47 GMT
Subj: | | Re: Connecting in ANSI mode using CLI |
|
From: | | Geoffrey Rommel |
| In one of our requirement we need to connect to teradata using CLI by through perl script | |
If you are using XS and C, just follow the instructions in the CLIv2 manual for setting up the dbcarea, calling DBCHINI, etc.; or
you could use embedded SQL.
If you want to use straight Perl code, you will have to build the parcels yourself. The freeware version of DBD::Teradata by Dean Arnold,
available on CPAN, will show you how to do this, if you have the patience to analyze it.
| |