Sybase::DBlib

Sybase::DBlib is a sybase DB-Library API.
Download

Sybase::DBlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Peppler
  • Publisher web site:
  • http://search.cpan.org/~mewp/

Sybase::DBlib Tags


Sybase::DBlib Description

Sybase::DBlib is a sybase DB-Library API. Sybase::DBlib is a sybase DB-Library API.SYNOPSIS use Sybase::DBlib; $dbh = Sybase::DBlib->new('user', 'pwd', 'server'); $dbh->dbcmd("select * from master..sysprocesses"); $dbh->dbsqlexec; while($dbh->dbresults != NO_MORE_RESULTS) { while(@data = $dbh->dbnextrow) { print "@datan"; } }Sybase::DBlib implements a subset of the Sybase DB-Library API. In general the perl version of the DB-Library calls use the same syntax as the C language version. However, in some cases the syntax (and sometimes, meaning) of some calls has been modified in order to make life easier for the perl programmer. It is a good idea to have the Sybase documentation for DB-Library handy when writing Sybase::DBlib programs. The documentation is available at http://sybooks.sybase.com. Requirements: · Perl


Sybase::DBlib Related Software