Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Text retrieved from database column being truncated

by igelkott (Priest)
on Jan 24, 2008 at 06:46 UTC ( [id://663944]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Text retrieved from database column being truncated
in thread Text retrieved from database column being truncated

If it still fails, it might just be that it's your connect that's actually failing. This "new linux server" might not have connect privileges.

Test your connect statement like:

$dbh = DBI->connect("DBI:Sybase:$dbserver", $user, $passwd) || die "Can't connect to $dbserver due to $DBI::errstr";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-24 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found