in reply to Insert into DB problem

what is the error?

Replies are listed 'Best First'.
Re^2: Insert into DB problem
by pjofnj (Initiate) on May 25, 2005 at 15:56 UTC
    The error MEssage is: " DBD::ODBC::db do failed: MicrosoftODBC SQL Server DriverSQL ServerInvalid object name 'MeterMusicTemp..QCStuff'. (SQL-42S02)(DBD: Execute immediate failed err=-1) at HashTest.pl line 78. " for every row that it tries to insert into. Thanks, PJOfNJ
      Well, as jZed pointed out, are you sure 'MeterMusicTemp..QCStuff' is a valid table name? I'm not familiar with SQL Server but I know it would be invalid in Oracle.