I've finally gotten around to packaging the Sybase stored procedure module that
I talked about on this list two months ago.
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!
-John
=
S
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
Your compiler (gcc) is using the Solaris assembler but thinks it is the GNU
assembler.
Was your perl built locally? Have you installed GCC since installing Perl?
Have you uninstalled GNU Binutils or GAS? Is your $PATH different from what it
was when you built Perl? What is the output of "per
Well, this is only a guess, but I would expect that the ActiveState Perl 5.6.1
for Windows fork() implementation does not support the kind of things that DBI
and DBD::mysql do, storing pointers to C structures in Perl objects. So unless
somebody patches DBI and DBD::mysql to support interpreter
I'm trying out exec+placeholders with DBD::Sybase 0.94. I made the following
change to t/exec.t:
--- DBD-Sybase-0.94/t/exec.t~ Tue Jul 3 11:52:21 2001
+++ DBD-Sybase-0.94/t/exec.t Wed Apr 3 12:23:54 2002
@@ -59,13 +59,16 @@
}
} while($sth->{syb_more_results});
-$dbh->do("use tempdb")
Michael Peppler <[EMAIL PROTECTED]> wrote:
> See the new 'exec proc" syntax (with placeholders) that is supported
> in 0.94. This does away with the need to declare OUTPUT parameters as
> T-SQL variables.
Is this also in 0.93 as the manpage suggests? We have installed 0.93 and
upgrading i
Hi all,
Where I work, we use a lot (thousands) of Sybase stored procedures and have only
recently adopted DBI and DBD::Sybase. Is there any DBIx-type module out there
that handles fetching the return status and output params in an intuitive way?
A quick search of CPAN has revealed nothing.
I