Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Using standard testsuites

by Tux (Canon)
on Apr 28, 2009 at 16:12 UTC ( [id://760654]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # Now try the explicit type settings
        Test($state or $cursor->bind_param(1, " 4", SQL_INTEGER()), 'bind 
    +1')
    ...
                      $id, $name, $ref, scalar(@$ref));
    -->
    t/40bindparam.t .... ok
    
  2. or download this
      # Now try the explicit type settings
      ok ($sth->bind_param (1, " 4", &SQL_INTEGER),   "bind 4 int");
    ...
    # Looks like you failed 1 test of 40.
    t/42_bindparam.t ....... Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/40 subtests
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found