Having written a few scripts using DBD::mysql and DBD::Sybase database drivers with the DBI module, I found that the best way to figure out if your execution was successful is to enable the raising of errors on you DBI database handle and if no error was raised then you would then manually print out your "table TRN_ST created" message.
Having written a few scripts using DBD::mysql and DBD::Sybase database drivers with the DBI module, I found that the best way to figure out if your execution was successful is to enable the raising of errors on you DBI database handle and if no error was raised then you would then manually print out your "table TRN_ST created" message.
http://search.cpan.org/~capttofu/DBD-mysql-3.0008/lib/DBD/mysql.pm http://search.cpan.org/~mewp/DBD-Sybase-1.15/Sybase.pm