Changes for version 2.14
- config.pl's getExtraLibs() now tries to determine the Client Library version to avoid linking with -linsck or -ltli for OC 11 or later (as the correct library is loaded dynamically based on the values defined in $SYBASE/config/libtcl.cfg) Added support for CS_HAFAILOVER connect option (thanks to Ranko Popovic) Added CTlib version of nsql(). Documentation patches from Geoffrey Rommel. Fixed memory leak when using UseDateTime/UseMoney/UseNumeric. Add Async calls for CTlib (ct_poll(), etc). Add CS_DATA_LCHAR connection capability. Add ct_dyn_prepare() and ct_dyn_execute() to handle "dynamic SQL"
- thanks to Masatsuyo Takahas for the patch. Add experimental blk_*() calls. Ask for the PWD entries during the perl Makefile.PL phase. Add Sybase::BLK module (based on Sybase::BCP) (*many* thanks to Scott Zetlan for this!)
- Bug Fixes 309 Sybase::BCP fails test if server is set to use datarows locking by default.
Documentation
Sybase extensions to Perl
Modules
Simple front end to the Sybase BCP API
Simple front end to the Sybase Bulk Libraries (from ctlib/comlib)
sybperl 1.0xx emulation module
Provides
in Sybperl/Sybperl.pm
Examples
- eg/GenRepDefs.pl
- eg/Login.pm
- eg/README
- eg/README.dbschema
- eg/SecureSql.pm
- eg/Show.cgi
- eg/SybWWW.pm
- eg/bcp.dat
- eg/bcp.pl
- eg/buffer.pl
- eg/ct_cursor.pl
- eg/ct_param.pl
- eg/ct_sql.pl
- eg/ctlib.pl
- eg/dbcc.pl
- eg/dbschema.disk.pl
- eg/dbschema.old
- eg/dbschema.pl
- eg/dbtext.pl
- eg/proc.isql
- eg/rpc-example.pl
- eg/sql.pl
- eg/who.pl