Forgot to $sth-execute()

jdavidb on 2004-06-15T02:05:59

For reference sake, when I get the error:

dbih_setup_fbav: invalid number of fields: 0, NUM_OF_FIELDS attribute probably not set right

that means I forgot to call execute on my statement handle. At least, when using DBD::SQLite.