|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: ANNOUNCE: Sybase::Simple
Date: Nov 25 1999 12:52AM
The uploaded file
Sybase-Simple-0.50.tar.gz
has entered CPAN as
file: $CPAN/authors/id/MEWP/Sybase-Simple-0.50.tar.gz
size: 6545 bytes
md5: 9322f10a557548fc23c0935df276678a
So what is Sybase::Simple?
It's a partial re-write of the SybTools.pm module that is on my web
page. It's a simplified API that sits on top of the Sybase::CTlib
module, and offers several short-cut calls, like, for example,
Scalar():
my $date = $dbh->Scalar("select getdate()");
Additional calls are HashRow(), ArrayRow(), ArrayOfHash(), ExecSql(),
among others.
I've also attempted to integrate error handling, although more work
needs to go into that area...
Those of you who find Sybase::CTlib baffling or complicated may find
this module useful.
Feedback, as usuall, is greatly appreciated.
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
-
You are subscribed as Michael Peppler .
To unsubscribe, send a message to sybperl-announce-request@peppler.org
with 'unsubscribe' in the body.
|