in reply to Re: Insert into DB problem
in thread Insert into DB problem

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

Replies are listed 'Best First'.
Re^3: Insert into DB problem
by mifflin (Curate) on May 25, 2005 at 16:00 UTC
    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.