Does DBD::SYBASE support CS_SEC_ENCRYPTION
"Rob Chevalier" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Organization | University of California, Berkeley |
| Message-ID | <[email protected]> |
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
[email protected]
University of California, Berkeley