Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: how to store text file information into my sql database

by chella2104@gmail.com (Sexton)
on Dec 26, 2015 at 11:20 UTC ( [id://1151184]=note: print w/replies, xml ) Need Help??


in reply to Re^3: how to store text file information into my sql database
in thread how to store text file information into my sql database

when i run this programme following error was occur DBD::mysql::st execute failed: called with 8 bind variables when 4 are needed

  • Comment on Re^4: how to store text file information into my sql database

Replies are listed 'Best First'.
Re^5: how to store text file information into my sql database
by Happy-the-monk (Canon) on Dec 26, 2015 at 12:03 UTC

    DBD::mysql::st execute failed: called with 8 bind variables when 4 are needed

    You are being very fortunate in getting a descriptive error, telling you what went awry:

    You wrote a programme expecting 4 bind variables. Then you supplied 8 instead. You're programme wants you to help.

    This does not exactly fit the description in the op where 5 of them were used. But still, you went wrong when you split on blank spaces ending up with more variables than you needed. A fix to use unpack instead of split has in the mean time been suggested by poj in Re: how to store text file information into my sql database.

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1151184]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-18 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found