| Thread | Last Post | Replies |
|
| Unusual behavior with $sth->{NAME} and friends | 31 Aug 2008 22:32 GMT | 4 |
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 I noticed something odd with NAME and NAME_lc / NAME_uc: if they are called, and then called *again* after $sth->finish()
|
| [CDBI] Inconsistent reads from database when using web interface | 29 Aug 2008 00:06 GMT | 4 |
I'm hoping someone can give me some hints on this. My CDBI application has a web interface using mod_perl and Mason. I'm currently using MySQL with InnoDB. The problem I'm running into is that after updating the DB using a web
|
| DBD::Oracle and oracle client versions | 28 Aug 2008 17:14 GMT | 3 |
Is anything 'baked-in' from the oracle environment to a DBD:Oracle install at the time of installation? I'm having some weird problems involving linked databases that MAY be related to the oracle client libraries version; can I change the
|
| help submitting a bug for DBD::Oracle | 27 Aug 2008 19:18 GMT | 2 |
I submitted a bug via the email interface to rt: bug-dbd-oracle at rt.cpan.org, but I have no reason to believe that bug report got through. I didn't want to have to register a bunch of places to submit a bug, but I'm willing to if its the only way. Otherwise, is there
|
| DBD::Oracle issue | 27 Aug 2008 19:16 GMT | 2 |
Setting up a new server, using the DBD::Oracle driver I'm getting the following error: [Tue Aug 26 11:43:45 2008] [error] [client 128.196.45.237] install_driver(Oracle) failed: Can't load '/opt/lampp/lib/perl5/
|
| Help installing DBI on Solarix 10 X64 | 22 Aug 2008 22:24 GMT | 1 |
root@dss0:/home/rwatkins/DBI-1.607> perl -V Summary of my perl5 (revision 5 version 8 subversion 4) configuration: Platform: osname=solaris, osvers=2.10, archname=i86pc-solaris-64int
|
| IRC | 21 Aug 2008 20:33 GMT | 2 |
I'm now on irc.perl.org #dbi (alone with my bot) Has there ever been interrest in DBI related IRC? Is there another place, or are discussions deliberately restricted to this ML and/or private mail?
|
| problems compiling DBD::Oracle 1.22 on AIX 5.3 | 21 Aug 2008 14:48 GMT | 2 |
I know this has been discussed before but no solution was proposed. I searched google but couldn't find anything useful either. I am trying to compile DBD::Oracle 1.22 on an AIX 5.3 platform, using the Oracle 10g instant client. I initially ran into the OCI error so I went back
|
| Problem with DBD-Oracle | 19 Aug 2008 16:57 GMT | 4 |
I am having a problem with connecting to an Oracle DB with DBD-Oracle. When I run the script I wrote, I get a popup that says "Perl.exe - No Entry Point Found The Procedure Entry Point PL_memory_wrap could not be located in the dynamic link library perl58.dll". Then in the cmd
|
| DBD-SQLAnywhere-1.16 | 18 Aug 2008 19:40 GMT | 1 |
Has anyone successfully installed DBD-SQLAnywhere-1.16 on a HP-UX??? I have two questions: 1. Did you have to add more to the Path contained in sa_config.sh or sa_config.csh
|
| Commit error on DBD::Sybase with MSSQL... | 18 Aug 2008 19:02 GMT | 1 |
Hi, I'm using DBD::Sybase v. 1.08 connecting to Sybase and MSSQL 2000, using FreeTDS v. 0.82. SQL Server is set up for TDS version 8.0 in freetds.conf Anyway, it works fine for Sybase, but with when connecting to SQL
|
| PostgreSQL arrays and DBD | 18 Aug 2008 04:48 GMT | 1 |
I create a table: CREATE TABLE groups ( group_id serial PRIMARY KEY, name varchar(64) UNIQUE NOT NULL,
|
| DBI version, #defines in c driver code | 15 Aug 2008 14:25 GMT | 1 |
I have in DBD::mysql #define TAKE_IMP_DATA_VERSION in dbdimp.c. For some people, enabled this causes a segfault. I haven't been able to reproduce it on my own test boxes, but there is definitely an issue, so I would like to define this only if DBI is the latest version.
|
| Mac OS X 10.5.x (Leopard) Oracle build rule discovery failed (512) | 15 Aug 2008 14:10 GMT | 1 |
[dartagnan:local/src/perlmodules] wayne# cd DBD-Oracle-1.22 [dartagnan:src/perlmodules/DBD-Oracle-1.22] wayne# make realclean rm -f \ blib/script/ora_explain
|
| [CDBI] State of the DBIx::Class Class::DBI compatibility layer | 14 Aug 2008 15:53 GMT | 4 |
DBIx::Class::CDBICompat is in fantastic shape for anyone curious about transitioning from Class::DBI to DBIx::Class. It's down to really niggling, undocumented details, like the exact particulars of when lazy loading happens. The improved DBIx::Class::CDBICompat is not available ...
|