Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: DBI::Sybase -retrieving BLOB values from ms-sql question

by Anonymous Monk
on Jul 10, 2006 at 02:20 UTC ( [id://560058]=note: print w/replies, xml ) Need Help??


in reply to Re^3: DBI::Sybase -retrieving BLOB values from ms-sql question
in thread DBI::Sybase -retrieving BLOB values from ms-sql question

hello michael i have tried using $source_dbh->do("set textsize 40000"); before the prepare statement and it doesn't work... please help:) thank you. gordon
  • Comment on Re^4: DBI::Sybase -retrieving BLOB values from ms-sql question

Replies are listed 'Best First'.
Re^5: DBI::Sybase -retrieving BLOB values from ms-sql question
by mpeppler (Vicar) on Jul 11, 2006 at 17:18 UTC
    I don't know all that much about the issues with DBD::Sybase & MS-SQL, but I can try to help.

    The most likely problem is that you are for some reason opening more than one connection. This can happen if DBD::Sybase thinks that the connection is still active when prepare() is called. You can set the syb_no_child_con connection attribute to TRUE and this will inhibit multiple connections for simultaneous statement handles.

    You can also enable the DBI->trace() to see what really happens under the covers.

    Michael

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 00:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found