| Thread | Last Post | Replies |
|
| Cannot run INSERT statement over odbc connection to postgres db | 25 Jun 2008 19:11 GMT | 3 |
Hi Everyone; I'm new to this list... Here's what I'm trying to do: I have a postgresql database running on a Mac G5 tower. I have a perl script that is making a ODBC connection to a MSSQL database, extracting a
|
| Problem with DBD::Oracle on OS X | 24 Jun 2008 15:51 GMT | 3 |
Hi, I'm running OSX 10.5.3 and I've installed the Oracle instant client. sqlPlus works just fine and I would have considered by DBD::Oracle install to be ok, as well. I can touch my databases and run simple sql statements on them using
|
| 2 part question for DBI-1.604 | 21 Jun 2008 11:04 GMT | 1 |
I am trying to load DBI on a server and getting errors with the make command. background----------- DBI 1.604 (building this package) os = AIX 5300-07
|
| OCIEnvNlsCreate error with DBD::Oracle 1.21 and Oracle 10g client in Cygwin | 20 Jun 2008 18:40 GMT | 4 |
I had posted a few days ago about facing problems installing DBD::Oracle with Oracle 10g client under Cygwin. Though those were circumvented successfully, when I try to run a simple script that calls DBI->Connect, I get DBI connect(....) failed: ERROR OCIEnvNlsCreate. Check ...
|
| ANNOUNCE: DBI 1.605 | 20 Jun 2008 17:44 GMT | 14 |
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.605.tar.gz size: 504313 bytes md5: 2d927d5c41dd5775de6a7d0a50093d85 =head2 Changes in DBI 1.605 (svn r11434) 16th June 2008
|
| FW: DBD::Oracle on Darwin 8.11 | 19 Jun 2008 13:14 GMT | 1 |
Thanks for the response John. I just tried the same thing on perl 5.10 and had the same results. Perl Makefile.PL and make output shown below. Perl Makefile.PL looks ok to me - but I am far from expert,
|
| DBD::Oracle on Darwin 8.11 | 19 Jun 2008 12:23 GMT | 1 |
I'm having real probs getting DBD::Oracle onto a sphinx version of MAC OS ppc. I have tried numerous repositories but can't find pre-compiled modules. If they exist somewhere please can you point me in the right direction.
|
| DBD::Oracle install failed for fork test in t/10general.t | 18 Jun 2008 00:30 GMT | 2 |
I'm installing DBD::Oracle 1.20 and I'm getting the following error from 't/10general.t'. not ok 1 - system exit 1 should return 256 # Failed test (t/10general.t at line 45)
|
| Unable to install DBD:Sybase-1.08 on my AIX 5.2 server with Perl 5.8.0 DBI-1.43 | 16 Jun 2008 06:29 GMT | 2 |
I have installed freetds-0.82 successfully to enable installing this and have configured the connection and it tests OK but when I get to the DBD:Sybase I run into problems... with the export of SYBASE=/usr/local the perl Makefile.PL works but
|
| Error in DBD::Sybase 1.08 handling of severe 5702 error | 13 Jun 2008 10:09 GMT | 2 |
I just ran into this problem... A stored procedure call like "exec foo ..." was appearing to succeed but returning no data. It turned out that the ASE (15.0, which we've recently upgraded to) was
|
| Re-using the Statement Cache for multiple Database Handles | 12 Jun 2008 20:53 GMT | 2 |
Here's the short version of my question: Is there a way to have a statement handle cache shared among 2 or more database handles? And here's the verbose version: We have an architecture where we have a server with one resident mod_perl process (an Apache child) that serves requests ...
|
| How About Connection Pools | 12 Jun 2008 17:52 GMT | 1 |
I have been doing a little research into connection Pooling with OCI and I was just wondering if the concept of a "Connection Pool" would fit into the DBI spec someplace. As we already have DBI::Apache and "connect_cache" would it just be
|
| Problem in connecting Perl with Oracle | 11 Jun 2008 14:36 GMT | 1 |
I've installed Perl 5.10 successfully and all other perl program running perfectly. But it's showing following problem when i'm trying to connect oracle Problem:
|
| DBD::Oracle & overloaded stored procedure | 11 Jun 2008 13:37 GMT | 6 |
I'm trying to make a call of packaged stored procedure, e.g.: =================== perl code =================== $sSQL = q{ begin
|
| How to detect state CS_ROW_FAIL when using ct_fetch | 10 Jun 2008 06:56 GMT | 1 |
Hello. I'm using the fairly standard code structure to process results with Sybase::CTlib. eg something like this: while($dbh->ct_results($restype) == CS_SUCCEED) { if($restype == CS_CMD_FAIL) {
|