MySQL Forums
Forum List  »  Perl

Re: **I'm Confused** Screen Output of LOAD DATA LOCAL INFILE
Posted by: Ben. H.
Date: January 03, 2008 11:12AM

$dbh->do returns the number of affected rows so,

my $rows = $dbh->do($sql_load) or die "$DBI::errstr";
print "$rows affected\n";

should let you get some revelant info?

Options: ReplyQuote


Subject
Written By
Posted
Re: **I'm Confused** Screen Output of LOAD DATA LOCAL INFILE
January 03, 2008 11:12AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.