There seems to be an issue with SQL::Statement 1.005. The following SQL Statement works fine in 1.004:
SELECT operator_id,operator_description FROM operator However this same statement (all other things being equal) blows up in 1.005 with the message: DBD::AnyData::st fetchall_arrayref failed: Attempt to fetch row from a Non-SELECT statement at... I've omitted my filename and line number from the above as they are not pertinent. Any ideas on why this is failing? Everything else seems to be working... Perl version: 5.6.1 DBI version: 1.30 (tried as compiled & PurePerl) OS: RedHat Linux 7.2 Thanks. Nick Hendler [EMAIL PROTECTED]