I am trying to do a select in perl to grab some information from an access database. The select statement works great until I put the where part in.
The table consists of TableName, Field1, Field2, Field3, Field4, Field5.(generic names).
The select statement is SELECT Field1, Field2 FROM TableName WHERE Field3 = "fail".
Too few parameters. Expected 1.