Sybase::Login - A highly configurable Login widget for Sybperl and Perl/Tk
Login is a Widget that presents a dialog box to the user so that the user may enter his or her login name and password, as well as select the appropriate database and server....
BPOWERS/Sybase-Login-1.4 - 15 Aug 1997 21:55:53 UTC
Sybase::BCP - Simple front end to the Sybase BCP API
The Sybase::BCP module serves as a simplified front end for Sybase's Bulk Copy library. It is sub-classed from the Sybase::DBlib module, so all the features of the Sybase::DBlib module are available in addition to the specific Sybase::BCP methods. So...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTC
Sybase::BLK - Simple front end to the Sybase Bulk Libraries (from ctlib/comlib)
The Sybase::BLK module serves as a simplified front end for Sybase's Bulk Copy library. It is sub-classed from the Sybase::CTlib module, so all the features of the Sybase::CTlib module are available in addition to the specific Sybase::BLK methods. So...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTC
Sybase::Xfer - Bcp data into a Sybae table from multiple sources
If you're in an environment with multiple servers and you don't want to use cross-server joins (aka using Component Integration Services) then this module may be worth a look. It transfers data from one server to another server row-by-row in memory w...
SPRAGST/Sybase-Xfer-0.63 - 14 Jun 2003 11:25:45 UTC
Sybase::Simple - Utility module for Sybase::CTlib
Sybase::Simple is a module built on top of Sybase::CTlib, and which provides some simplified access methods to get at the database's data. The following methods are defined: $dbh = new Sybase::Simple $user [, $pwd [, $server [, $appname [, \%attr]]]]...
MEWP/Sybase-Simple-0.56 - 23 Dec 2003 19:13:43 UTC
Sybase::Sybperl - sybperl 1.0xx emulation module
The Sybase::Sybperl module is provided to ease porting old perl4/sybperl 1.x programs to perl5. It is not recommended that this module be used for any new project. See Sybase::DBlib or Sybase::CTlib for alternatives. The old sybperl 1.0xx manpage is ...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTC
Sybase::Metadata
Sybase::Metadata provides methods to extract and search through Sybase metadata, retrieving it for use in either general code or DB Browser applications. EXPORT NB: You MUST have DBI and DBD:Sybase insatlled to use this module! ######################...
MIKEOB/Sybase-Metadata-3 - 14 Jan 2010 13:23:34 UTC
Sybase::ObjectInfo - Return Sybase Object information
Grabs column information from Sybase system tables for a given list of tables. Information includes column number, type, length, allow null attribute, usertype, and precision. It performs the following SQL: select col_name = c.name, type_name = t.nam...
SPRAGST/Sybase-Xfer-0.63 - 14 Jun 2003 11:25:45 UTC
Persistent::Sybase - A Persistent Class implemented using a Sybase database
Before we get started describing the methods in detail, it should be noted that all error handling in this class is done with exceptions. So you should wrap an eval block around all of your code. Please see the Persistent documentation for more infor...
DWINTERS/Persistent-Sybase-0.50 - 15 Feb 2000 02:02:59 UTC
Sybase::DBlib - Sybase DB-Library API
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 modif...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTC
Sybase::CTlib - Sybase Client Library API.
Sybase::CTlib implements a subset of the Sybase Open Client Client Library API. For the most part the syntax is the same or very similar to the C language version, though in some cases the syntax varies a little to make the life of the perl programme...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTC
DBD::Sybase - Sybase database driver for the DBI module
DBD::Sybase is a Perl module which works with the DBI module to provide access to Sybase databases....
MEWP/DBD-Sybase-1.20 - 01 Jun 2022 14:25:58 UTC
DBIx::DBH::Sybase - Sybase DBI database handle connection specifics.
TBONE/DBIx-DBH-1.0
-
05 Jul 2011 20:29:06 UTC
SPOPS::DBI::Sybase - Sybase-specific routines for the SPOPS::DBI
This just implements some Sybase-specific routines so we can abstract them out. One of them optionally returns the IDENTITY value returned by the last insert. Of course, this only works if you have an IDENTITY field in your table: CREATE TABLE my_tab...
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC
Apache::Sybase::CTlib2 - Perl extension for creating persistant database connections to sybase using Apache and Sybperl.
This module allows Apache/Modperl/Sybperl users to connect to sybase data servers, and maintain persistant connections. The advantage should be clear, as this avoids the overhead of creating a connection, gathering data, and then destroying the conne...
MDOWNING/Apache-Sybase-CTlib-2.00 - 21 Nov 2003 17:55:07 UTC
Apache::Session::Sybase - An implementation of Apache::Session
This module is an implementation of Apache::Session. It uses the Sybase backing store and the Null locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase (also for the parameters that get passed to the backing store...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
Apache::Sybase::ConPool - A Sybase connection pooling module for Apache/mod_perl
Apache::Sybase::ConPool allocates a pre-defined number of connections at startup and stores them in a hash. These connections can then be shared among the httpd child processes as needed, using System V semaphores to syncronize access to each connect...
MEWP/Apache-Sybase-ConPool-1.00 - 31 Oct 2001 22:25:46 UTC
DateTime::Format::Sybase - Parse and format Sybase datetimes
Run the DBI calls as specified in "SYNOPSIS" on connection to use this module with Sybase....
RKITOVER/DateTime-Format-Sybase-0.04 - 17 May 2011 14:39:40 UTC
Class::DBI::Sybase - Extensions to Class::DBI for Sybase
This is an extension to Class::DBI that currently implements: * Automatic column name discovery. * Works with IDENTITY columns to auto-generate primary keys. * Works with TEXT columns for create() and update() * Allow for CaseSensitive columns (for J...
MICHAELW/Class-DBI-Sybase-0.5 - 14 Sep 2006 16:00:46 UTC