|
Archives of the TeradataForumMessage Posted: Thu, 12 Jun 2003 @ 18:00:09 GMT
While writing a Perl script which accesses locally a Teradata database via DBI and DBD::Teradata 1.13, I encountered some unexpected errors related to a premature error while fetching data from a SELECT statement. The same SELECT statement works quite easily in WinDDI. In the middle of a fetching loop, it stops complaining ERROR 3119: Continue request submitted but no response to return. This is the Perl script used. Best regards, Adriano. #!/usr/local/bin/perl -w use strict; use warnings; use DBI; my $dbh = DBI->connect("dbi:Teradata:localhost", *****, *****, { AutoCommit => 0, RaiseError => 0, PrintError => 0 }); my $database = "mydatabase"; my $fetch_item_pedido = < Adriano Rodrigues Ferreira
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||