http://www.perlmonks.org?node_id=121949


in reply to Re: Perl with Sybase: sybperl or DBI/DBD::Sybase?
in thread Perl with Sybase: sybperl or DBI/DBD::Sybase?

There are a few Sybase specific calls that you can execute via $dbh->func(...) or $sth->func(...). In particular you can do native read/write of IMAGE/TEXT data that way.

Michael

  • Comment on Re: Re: Perl with Sybase: sybperl or DBI/DBD::Sybase?