[ANNOUNCE] Gtk2::Ex::DBI-1.2 and Gtk2::Ex::Datasheet::DBI-0.8

2005-08-14 Thread Dan
I'm pleased to announce the next round of updates to Axis Not Evil, a suit of Perl modules that combine to provide an alternative to a 'leading' software vendor's RAD design tool for database access. Project Page: http://entropy.homelinux.org/axis_not_evil/ Main changes for this release are th

RE: :Oracle PPDs for both 8.0 and 9.2 clients on Windows?

2005-08-14 Thread amonotod
> From: "Jeff Urlwin" <[EMAIL PROTECTED]> > Date: 2005/08/14 Sun PM 07:43:53 CDT > > It may be possible to fudge @INC and put DBD::Oracle on the network, heck > it's probably > easier to put all of perl on the network and fudge the registry to point > there. That > would probably be easier. I

RE: :Oracle PPDs for both 8.0 and 9.2 clients on Windows?

2005-08-14 Thread Jeff Urlwin
> > > Hey all, > > We're (finally!) migrating our Windows XP Oracle clients from > 8.0.5 to 9.2.0.6. While testing some AS Perl v5.6 that uses > DBD::Oracle, we've found that it doesn't work with the 9i > client. It keeps looking for the 8.0.5 or previous OCI DLLs. > Using PPM, we see t

Re: DBD::Oracle - prepare() and the utf-8 flag.

2005-08-14 Thread Peter J. Holzer
On 2005-08-12 16:45:50 +0100, Charles Jardine wrote: > The method $dbh->prepare($stmt) of DBD::Oracle ignores the > state of the utf8 flag in the SV for $stmt. For example, > after > >my $a = "select '\xe2' from dual"; >my $b = decode_utf8("select '\xc3\xa2' from dual"); > > $a and $b com