I've finally gotten around to packaging the Sybase stored procedure module that
I talked about on this list two months ago.  I've added a pretty complete test
suite and made sure it works with procedures that return both output params and
result sets.  There is rudimentary support for iterating over result sets with a
callback, but it is not documented because I am not quite comfortable with the
interface-- suggestions, please!  You can always get result sets as arrays,
however.

http://john-edwin-tobey.org/Packages/Sybase-StoredProc-0.1.tar.gz

Please try it out if you have DBD::Sybase installed, and let me know how you
like it!  I plan to put it on CPAN soon but would like to hear of any
portability issues or suggestions for improvements first.
-John

=========
Sybase::StoredProc - sugar-coat the calling of Sybase stored procedures
with DBI and DBD::Sybase.

Copyright (C) 2002 John Tobey <[EMAIL PROTECTED]>
All rights reserved.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; see the file COPYING.  If not, write to the
   Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
   MA 02111-1307  USA


Reply via email to