Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

two connections to the same database with DBD::Sybase

by busunsl (Vicar)
on Dec 10, 2002 at 10:59 UTC ( [id://218763]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ct_param() failed! at /tmp/xx.pl line 33.
    DBD::Sybase::st execute failed: OpenClient message: LAYER = (1) ORIGIN
    + = (1) SEVERITY = (1) NUMBER = (16)
    ...
    DBD::Sybase::st execute failed: OpenClient message: LAYER = (1) ORIGIN
    + = (1) SEVERITY = (1) NUMBER = (16)
    Message String: ct_param(): user api layer: external error:
        This routine cannot be called while results are pending for a comm
    +and that has been sent to the server.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      $sth2->execute($row1[0]);                               # this is li
    +ne 33
      my @row2 = $sth2->fetchrow_array;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found