Click here to get back home

ANNOUNCE: Teradata::SQL v0.01

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
ANNOUNCE: Teradata::SQL v0.01 Geoffrey Rommel 11-17-2005
Posted by Geoffrey Rommel on November 17, 2005, 3:23 pm
Please log in for more thread options


Teradata::SQL is a Perl interface to Teradata SQL. It does not attempt to be
a complete interface to Teradata -- for instance, it does not allow
asynchronous requests or PM/API sessions -- but it should be sufficient for
many applications. The syntax is similar to that of DBI, but this is not a
DBI module. Both BTET and ANSI sessions are supported.

A SIMPLE EXAMPLE

$dbh = Teradata::SQL::connect("dbc/bogart,bacall");
$sth = $dbh->open("select * from edw.sales");
while ( @row = $sth->fetchrow_list ) {
... process the row ...
}
$sth->close;
$dbh->disconnect;

PREREQUISITES

This module requires:

Perl version 5.6.0 or later
a C compiler
CLIv2 (Note: no preprocessor is required)

At present, the module has been tested only on Solaris and MP-RAS. Those who
are able to test it on earlier versions of Perl or other platforms are
invited to collaborate.

I shall probably withdraw Teradata::BTET eventually.




Similar ThreadsPosted
ANNOUNCE: Teradata::BTET 0.01 October 19, 2005, 1:10 pm
ANNOUNCE: PDL-2.4.3 August 22, 2006, 7:46 am
[ANNOUNCE] MultiProcFactory 0.01 September 20, 2004, 6:29 am
ANNOUNCE: WWW::Webrobot 0.50 September 29, 2004, 10:46 am
ANNOUNCE: WWW::Webrobot 0.51 October 1, 2004, 9:54 am
ANNOUNCE: tclperl-3.1 October 11, 2004, 4:56 am
[ANNOUNCE] Net::FTPSSL 0.03 September 5, 2005, 4:54 pm
[ANNOUNCE] POD2::IT 0.09 September 8, 2005, 11:06 am
[ANNOUNCE] POD2::IT 0.10 November 21, 2005, 9:44 am
[ANNOUNCE] wxPerl 0.26 November 23, 2005, 9:41 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap