On Nov 16, 2007 9:39 PM, Siva Prasad <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi Gurus,
>
>
>
> I am getting the following error while trying to insert into database.I am
> getting the following only for this table, For all other tables I am able to
> isnert data
>
>
>
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> DBD::mysql::st execute failed: Column count doesn't match value count at row
> 1 a
>

this is because, for example, your table has 4 columns, but you only
inserted 3 column datas.
check the table stru and your script again.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to