| Thread | Last Post | Replies |
|
| bcp_init crashes perl | 27 Dec 2004 22:40 GMT | 4 |
a non-denominational season's greeting to everyone, I've downloaded and installed sybperl and am experiencing a perl crash when running one of the sample programs. The message I get is an OK dialogue with the following: "Perl.lexe has generated errors and will be closed by ...
|
| DBI::DBD: attribute handling (outer/inner handles, $h->STORE vs. $h->{}) | 18 Dec 2004 00:39 GMT | 9 |
"The Perl DBI Database Driver Writer's Guide" introduces attribute handling in the following way: Note the use of the STORE method for setting the dbh attributes. That's because within the driver code, the handle object you have is
|
| DBI::DBD: Other statement methods | 18 Dec 2004 00:03 GMT | 1 |
"The Perl DBI Database Driver Writer's Guide" mentions table_info() and type_info_all() as "Other statement methods": <http://search.cpan.org/~timb/DBI-1.46/lib/DBI/DBD.pm#Other_statement_methods>
|
| FAQ? | 17 Dec 2004 19:58 GMT | 1 |
There use to be a rather lengthy FAQ on how to use sybperl but can not find it. Can anyone point me to a link for that doc. Thanks..
|
| RFC: changes in DBD::Anydata DSNs | 17 Dec 2004 10:25 GMT | 13 |
I am thinking of extending the DBD::AnyData DSN in three ways and would appreciate comments. If these are good, there will be equivalent changes for DBD::DBM and DBD::CSV. 1. Allow db and dbname as aliases for f_dir for compatability with other
|
| DBI::DBD: err/errstr/state | 15 Dec 2004 16:34 GMT | 8 |
DBI 1.31 suggests that lexically scoped variables should be passed to _new_dbh(): <http://search.cpan.org/~timb/DBI/Changes#Changes_in_DBI_1.31,_29th_November_2002> DBI 1.33 suggests that drivers should no longer pass these
|
| Perl complaining when I pass a list of nulls (undef) to $sth->execute() - workaround? | 15 Dec 2004 09:45 GMT | 8 |
Testing null handling in DBD::Informix 2004.02 (pre-release), I'm getting a warning from Perl: Use of uninitialized value in subroutine entry at t/t91udts.t line 97. OK - it's a valid comment: the code reads:
|
| DBD-Sybase and sybperl modules for windows/NT for ActivePerl 5.8 | 10 Dec 2004 07:04 GMT | 1 |
Hi Mike, Can you please guide me for getting DBD-Sybase and sybperl modules for windows/NT for ActivePerl 5.8. Thanks, Sheel Mehta
|
| make test of DBD-Sybase-1.04_15 (using freetds 0.62.4 | 08 Dec 2004 07:19 GMT | 1 |
I've installed these, when I run make test I get more errors than the README mentions. Are they ok ? if not, what should I do? Regards, Eric Titmas
|
| Perl 5.6.1 - What changed in error handling between DBI 1.42 and DBI 1.43 that would affect $SIG{__WARN__} handling? | 06 Dec 2004 19:32 GMT | 3 |
Dear Tim, I was just getting ready to ship DBD::Informix 2004.02 when I made the mistake of testing it with Perl 5.6.1 and DBI 1.46. I ran into problems with a DBD::Informix test that was expecting an error
|
| DBI::DBD: Should DESTROY() call finish()? | 06 Dec 2004 13:03 GMT | 1 |
DBI::DBD informs us that The DBI Driver.xst code will call dbd_st_finish for you, if the sth has the ACTIVE flag set, before calling dbd_st_destroy. However, a pure perl DBD doesn't operate in such a luxurious
|
| what does it take to make DBI:: DBD::* thread-safe? | 04 Dec 2004 01:05 GMT | 8 |
As mod_perl 2 is going to be released shortly the issue with DBI and friends not being thread-safe (I believe DBI is fine, but DBDs are not) becomes a problem. Since Apache 2 has a bunch of threaded MPM implementations and while Unix users could always use prefork MPM (no
|