| Thread | Last Post | Replies |
|
| DBI Vulnerability (DBI v1.38 or earlier?) [From: bugtraq Digest 29 Jan 2005 08:00:40 -0000 Issue 993] | 29 Jan 2005 23:30 GMT | 1 |
On the face of it, current versions of DBI are clean. But FYI... Subject: [ GLSA 200501-38 ] Perl: rmtree and DBI tmpfile vulnerabilities From: Thierry Carrez <koon@gentoo.org> Date: Wed, 26 Jan 2005 21:40:15 +0100
|
| Running multiple queries simultaneously | 29 Jan 2005 23:12 GMT | 1 |
Is there a way to do this with Sybperl without fork()ing separate subprocesses? I'd like to write a function that can take, say, a list of tables, databases, or other objects, and perform a T-SQL function against each
|
| Problem with sybase 1.05 and freetds | 29 Jan 2005 02:06 GMT | 1 |
I have installed freetds, unixODBC and dbd-sybase 1.05. When I run a script with a SELECT statement it gives me this error - cs_config(CS_LOC_PROP) failed at /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 249.
|
| DBD::Sybase and Replication Server | 27 Jan 2005 15:56 GMT | 2 |
It is possible to connect to Sybase Replication Server with DBD::Sybase. But whenever you do you get this error in the repserver logs: E. 2005/01/27 10:48:38. ERROR #14024 USER(sa) - /execint.c(1069)
|
| DBD::Sybase and 'begin tran' | 27 Jan 2005 15:29 GMT | 1 |
I have a question regarding the transaction behavior of DBD::Sybase. It adds "begin/commit transaction" to each connect. I've read the documentation and played with autocommit and syb_chained_txn, but could not completely remove those artificial lines. My problem is, the
|
| DBD::Sybase ISO date format returns January as "00"?!! | 27 Jan 2005 15:28 GMT | 1 |
Sorry if this is trivial but I've done as much Googling as I can stand without having turned up anything relevant. I'm using "ISO" date format on a Sybase $dbh, but the month numbers are coming back zero based (January is "00"). As I read ISO 8601 it *should* be
|
| [PATCH] Explain Trailing Spaces | 27 Jan 2005 09:42 GMT | 1 |
Last month I answered questions twice in a week concerning trailing spaces being removed in placholders and one of the questioners referenced a message where I had answered the same question years ago. The attached patch adds the same explanation to the DBD::Oracle docs.
|
| [Full-Disclosure] [USN-70-1] Perl DBI module vulnerability | 25 Jan 2005 23:57 GMT | 1 |
I saw this on the Full Disclosure mailing list - and don't recall seeing anything about it in the DBI mailing lists. I'm not sure whether there's anything much more to do about it than note that it happened... (Should I have sent it to dbi-users@perl.org instead?)
|
| Failing to compile DBD::Sybase on Suse 9.2 | 24 Jan 2005 04:59 GMT | 1 |
I'm trying to compile DBD-Sybase 1.05 on my Suse 9.2 Linux box with FreeTDS 0.62.4. I end up with a lot of error messages when trying to use it afterwards. In the mailing archive I've seen exactly the same errors from another guy using Solaris. I've seen a comment from you that the ...
|
| DBD::JDBC autoload/func implementation question | 14 Jan 2005 09:54 GMT | 1 |
I'm trying to get DBD::JDBC functional with the latest DBI release. It won't be up to date yet, but it'll at least work. Architecturally, it's a Perl DBD layer which marshals requests and sends them to a Java server which then uses JDBC to talk to the underlying
|
| DBD::JDBC prefix registration request | 14 Jan 2005 09:45 GMT | 1 |
Could the prefix jdbc_ be registered for DBD::JDBC? Thanks, Gennis
|
| How to call a java method in PERL | 13 Jan 2005 01:27 GMT | 3 |
I would like to know from Perl community , how to I give call to a java method from perl . Thanks --mksheoran
|
| JPL v/s Java Inline | 12 Jan 2005 10:26 GMT | 1 |
Hi, Would any one plz tell me what is difference between JPL and Java Inline. Which one is best..? . --mksheoran
|
| Exploring DBI specification | 10 Jan 2005 14:05 GMT | 1 |
Hi folks , Me looking for DBI specification . I explored on net but didn't get complete collection of specification . 1. > Would you help me how can I get a DBI module specification to
|