sybperl-l Archive
Up Prev Next
From: "Rob Chevalier" <rob-work at robchevalier dot com>
Subject: Does DBD::SYBASE support CS_SEC_ENCRYPTION
Date: Sep 24 2004 4:15PM
Using Sybperl/ctlib, I used to set the following for encryption...
{CON_PROPS => { CS_SEC_ENCRYPTION => 1 }}
But now I'm starting to use DBD::Sybase and am wondering if the following
code is equivalent:
$dbh->DBI->connect("dbi:Sybase:encryptPassword=1", $user, $password);
I'm assuming that it's not and am wondering if there is any way to set the
ctlib 'CS_SEC_ENCRYPTION' connection property when using DBD:Sybase.
Thanks!,
Rob Chevalier
rob-work@robchevalier.com
University of California, Berkeley
|