| Thread | Last Post | Replies |
|
| DBI source code under perforce soon | 31 Jan 2004 14:28 GMT | 2 |
If you want to be sent email whenever the DBI source code is changed, send an email to dbi-changes-subscribe@perl.org in order to subscribe to the dbi-changes mailing list. Tim.
|
| DBD::Mock | 30 Jan 2004 23:17 GMT | 5 |
A few weeks ago I posted a message about a mock DBD and got the response from Tim that DBD::NullP (included in the DBI dist) would be a good place to start. I built on that (but far too much for a patch, sorry Tim) and created DBD::Mock, which does everything I need so far.
|
| Patch to stop printing password on stderr | 30 Jan 2004 22:12 GMT | 1 |
This patch stops DBI printing the connection password in an error message. diff -ru DBI-1.40/DBI.pm DBI-1.40-new/DBI.pm --- DBI-1.40/DBI.pm 2004-01-08 14:03:57.000000000 +0000
|
| Sybperl problem | 30 Jan 2004 18:42 GMT | 1 |
I am having intermittent SQL Server connection timed out problem when we connect to ASIQ12.4.3. I suspect it is due to the DBlib.pm since this is the perl module used to connect to it. Then, I install the latest version which is 1.46 but it still occur. I realise during the ...
|
| Feature request: set maximum number of connections | 30 Jan 2004 14:49 GMT | 5 |
When trying to open more than 25 connections at once with DBD::Sybase I get the error Message String: ct_connect(): user api layer: external error: The maximum number of connections have already been opened.
|
| DBD-Oracle and XMLType | 30 Jan 2004 13:35 GMT | 1 |
It's been a while since I last posted here. In September 2003 I was trying to add support for binding XMLType objects to DBD-Oracle, so that you could easily insert large (ie >4k) XML data into an XMLType table. Unfortunately my employer fired me in October 2003 and in the remaining
|
| RE: "Parrot DBDI" - (DRAFT) Announcement and Firmly Anticipated Q uestions | 29 Jan 2004 21:06 GMT | 4 |
Tim Bunce skrev:
> Questions |
| DBD::ADO, Win32::OLE and Variant type | 29 Jan 2004 11:38 GMT | 3 |
Hi Jan, the fetch method of DBD::ADO::st contains the following lines: my $row = [ map { $rs->Fields($_->{Name})->{Value} } @$ado_fields ];
|
| "Parrot DBDI" - (DRAFT) Announcement and Firmly Anticipated Questions | 28 Jan 2004 23:24 GMT | 4 |
Here's a draft of an announcement about the Parrot DBDI project. What's that? I hear you ask. Well, read on... I'd appreciate any feedback you may have, especially any more questions that I should address.
|
| Question re: signal handling | 27 Jan 2004 03:20 GMT | 12 |
Tim, I've run into an odd problem using the DBI::Proxy. In Programming Perl - 3rd Edition, the claim is made that Perl will always try to restart interrupted "slow" system calls if POSIX sigaction() is supported.
|
| DBI, DBD::ADO and SUCCESS_WITH_INFO | 27 Jan 2004 00:29 GMT | 12 |
I need an advice on how to deal with SUCCESS_WITH_INFO from a DBD writers point of view. If ADO places an error into it's error collection, this error may be one of 4 kinds (oledberr.h):
|
| Patch for undefined value error when zero bind values | 26 Jan 2004 15:27 GMT | 4 |
This patch to DBI-1.40 fixes an error Can't use an undefined value as an ARRAY reference at DBI.pm line 1735 when using execute_array() with zero values for a bind parameter. It includes some new test cases, but not all of the new tests failed
|
| DBI Driver Tests | 23 Jan 2004 12:22 GMT | 5 |
My initial input would be: Ensure that we have proper goals!!! Is this going to be a DBI conformance test or a driver test suite? I belive those are two different (but not incompatible) goals. A conformance test
|
| Can I access multiple versions of Sybase with DBD:Sybase | 21 Jan 2004 23:51 GMT | 1 |
Sorry to throw out a newbie question without digging through all the docs. Problem is that I have a couple servers that were upgraded to Sybase 12.5 but my site perl DBD:Sybase was compiled for Sybase 11.9.2 and I
|
| Getting DBD-Sybase to Work | 21 Jan 2004 15:55 GMT | 1 |
On Jan 16, 2004, at 11:15 AM, Michael Peppler wrote:
> I think that by default on MacOSX this directory is > /Applications/Sybase/System. So before running "perl Makefile.PL" I > suggest running (assuming csh): |