in reply to Re: DBI with MySQL InnoDB tables troubles
in thread DBI with MySQL InnoDB tables troubles

Thank you but it didn't do the trick...
INSERT INTO log (timestamp,alert,id_daemon,id_event_type) VALUES (NOW(),'n',31,3);
does not do anything.
prepare or die() never go through die()... as execute.

Replies are listed 'Best First'.
Re^3: DBI with MySQL InnoDB tables troubles
by Tobin Cataldo (Monk) on Jul 26, 2007 at 16:53 UTC
    What is the sayAll() subroutine you are calling? Can't you use die() or warn() until you figure out the issue?