DBD-Fulcrum
view release on metacpan or search on metacpan
=head2 $sth->{CursorName} (DBI-standard read-only attribute)
This driver supports the CursorName attribute via SQLGetCursorName.
=head2 Please be patient
I have not a lot of time to dedicate to this driver nowadays. If you find a problem, and even better its solution, I will be very grateful if you let me know.
=head1 PLATFORM-SPECIFIC NOTES
=head2 Solaris
Reports have been in of problems running DBD::Fulcrum under Solaris.
The problem usually manifests as a cryptic "relocation error" in ld.so.1.
You have this problem if a query succeeds using execsql but fails from a Perl program.
The solution (hopefully) is to set
LD_PRELOAD=$FULCRUM_HOME/lib/libftft.so
in your environment.
Thanks to Juha Makinen (FI) who found the solution and relayed it to me.
=head2 Digital Unix
Due to the Fulcrum libraries being 32-bit, you'll have to build a static perl for DBD::Fulcrum to work on this platform.
Since I'm not a MakeMaker geek, you'll need to follow this ugly hack:
1) perl Makefile.PL
Copyright (c) 1996-1998 Davide Migliavacca and Inferentia, Milano ITALY
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
If you modify this, and are willing to share, please let me know so that
I may fold the changes in for the immense benefit of other people.
PLEASE READ THE ENTIRE README FILE CAREFULLY !
You can now run perldoc Fulcrum to read the docs.
In fact, most of the documentation previously found here is now relocated in pod format...
NEWS:
Version 0.20: this one.
Version 0.19_03: released as 0.20
Support for CursorName (statement attribute). Contributed by
Peter Wyngaard <peterw@anecdote.com>
Version 0.19_02: Not released.
Minor fixes.
( run in 2.290 seconds using v1.01-cache-2.11-cpan-71847e10f99 )