in reply to DBI error

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Re: DBI error
by cchampion (Curate) on Dec 01, 2003 at 16:18 UTC

    You are just repeating the same mistake the OP did, i.e. naming eight columns and then passing 5 values.

    Moreover, the "prepare" method can work just fine without placeholders. It allows placeholders, but it does not enforce them.

    I can't see where the error is, but I am sure the reason is not the one you mentioned.