MySQL Forums
Forum List  »  Perl

Redirecting DBI output
Posted by: flower628
Date: January 30, 2007 11:09AM

I am currently writing a Perl script that will connect to the database using DBI. I have a section that creates a table using the following line $handle->do("CREATE TABLE ...
When that line is executed the following message appears on the xterm:
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index...
How do I prevent that line from appearing on the xterm? Thanks for any help I get.

Options: ReplyQuote


Subject
Written By
Posted
Redirecting DBI output
January 30, 2007 11:09AM
January 30, 2007 05:32PM
January 31, 2007 03:05PM
February 01, 2007 07:42AM
October 12, 2007 10:15AM


Sorry, you can't reply to this topic. It has been closed.

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.