Here are the standout issues I see:
Quote:
[5] DB Connect
2009/02/10 14:01:04.049: Parameters is 'DSN=dBASE Files'
2009/02/10 14:01:04.049: ConnectString: DSN=dBASE Files
2009/02/10 14:01:04.124: SQL Error State: HY092
Native Error Code: 56
ODBC Error: [Microsoft][ODBC dBASE Driver]Invalid attribute/option identifier
and
Quote:
2009/02/10 14:01:39.479: [9] SQL Statement
2009/02/10 14:01:39.480: Handle is '1'
2009/02/10 14:01:39.481: Warning time threshold is ''
2009/02/10 14:01:39.482: Empty Warning time threshold defaults to '2000'
2009/02/10 14:01:39.483: <----- BEGIN ----->
SELECT
prize,
issue
FROM
voucher
WHERE
number = 789674
<----- END ----->
2009/02/10 14:01:39.498: Error code -1 returned from ODBC driver
2009/02/10 14:01:39.499: SQL Error State: 42S02?Å
Native Error Code: FFFFFAE7
ODBC Error: [Microsoft][ODBC dBASE Driver] The Microsoft Office Access database engine could not find the object 'voucher'. Make sure the object exists and that you spell its name and the path name correctly.
There is nothing specifically wrong with the first quoted section, as it does make a connection, but it is a little odd to have a data source named "dBASE Files" that refers to an MS Access database.
I would suggest you review the ODBC data source referenced in the "DB Connect" step. Does the "dBASE Files" data source refer to your database? Does it actually reference the database file, directory, server ip, name itself(which of these is required varies based on the database in use)? Does that database contain a table named "voucher"?