| Thread | Last Post | Replies |
|
| Driver for Pervasive | 31 Mar 2007 19:01 GMT | 1 |
I am interested in using the Perl DBI with Pervasive, but I don't find a driver for it in your driver list in CPAN. Is there one available, or can I use the ODBC driver? Thanks,
|
| ANNOUNCE: Apache-Status-DBI-v1.0.0.tar.gz | 30 Mar 2007 23:57 GMT | 4 |
file: $CPAN/authors/id/T/TI/TIMB/Apache-Status-DBI-v1.0.0.tar.gz size: 4562 bytes md5: 15e92e4c765793ae850191f9b02e8d83 I needed an Apache::Status plugin to show all DBI connections and statements.
|
| Updating counts | 30 Mar 2007 21:39 GMT | 7 |
Hi all; Sorry if I'm asking a silly question - I'm very inexperienced with databases. I'm playing around with using DBI / SQLite as a back-end for parsing and storing log files - I have multiple columns like "log date",
|
| DBI compile fails in Solaris 10 | 30 Mar 2007 14:52 GMT | 2 |
Below is the output I get when I try to do a make on the DBI module in Solaris 10. This works fine on Solaris I was wondering if I need an updated module for solaris10? Is there any DBI module that works with solaris10?
|
| Async notifications | 30 Mar 2007 13:55 GMT | 4 |
I am new to the list. So to present myself. I am mostly SQL/perl/C developer, Working with DBI since 2001 mostly with Postgresql. I have written a small framework to handle postgresql async notifications that is in production here for 2 years. I intend to post
|
| DBD-Oracle 1.19 with Oracle Instant Client 10.1 on OS-X | 29 Mar 2007 13:51 GMT | 1 |
I'm trying to get DBD-Oracle 1.19 working on my Intel Mac running OS-X 10.4.9. The only installed Oracle client software is Instant Client 10.1 (the most recent OS-X version posted on OTN). I'm able to use sqlplus to connect successfully to the database with my
|
| Perl DBI Urgent | 28 Mar 2007 15:37 GMT | 5 |
I getting problem with Perl/Cgi/DBI. Can you guys help me out. Please see the log below. Aapche Logs: Can't locate DBI.pm in @INC (@INC contains: /app/custom/steve/perl
|
| DBI 1.54 Makefile.PL error | 28 Mar 2007 11:50 GMT | 3 |
I get the following error in the Makefile.PL run for the DBI versions above 1.50. Warning: prerequisite File::Spec 1 not found. We have 0.86. The full Makefile.PL list is below. I have Perl 5.8.2 and IBM xlC
|
| Any good coders out there? Perl? | 27 Mar 2007 02:13 GMT | 2 |
I need to convert a PHP script into Perl. This PHP script interacts with our Oracle database. It executes some stored procedures and returns values. I've pasted the PHP code below, I'm just not sure how to code it in Perl & DBI. Can anyone help?? I would really
|
| postgresql reg exp and unescaped sequence | 27 Mar 2007 00:52 GMT | 3 |
Hy! I am trying to do the following database query: $dbh->selectall_arrayref("SELECT col1 FROM northern_gene WHERE col2 ~* '$regexp'"");
|
| DBD::Sybase and extended sysprocesses columns | 26 Mar 2007 19:57 GMT | 3 |
In Sybase 12.5 (don't know about earlier versions) there are three columns in sysprocesses: clientname varchar 30 NULL NULL 1 NULL NULL NULL 0 clienthostname varchar 30 NULL NULL 1 NULL NULL NULL 0
|
| Cannot Install DBD ORacle in Win Xp | 26 Mar 2007 18:31 GMT | 5 |
I am trying to install DBD Oracle from a very long time now. I cannot use PPM as the systems in my company are behind a proxy. I am a novice in both Perl and Oracle so do not know a lot bout them. Many things which I searched on the net went right over my head, Could anyone please ...
|
| DBD::DB2 and REBIND PACKAGE | 26 Mar 2007 13:43 GMT | 1 |
I am using DBD::DB2 as part of an automation system for the deployment of stored procedures. The deployment of the stored procedures is successful, but in the course of reloading the procs, parent procs (ie, that CALL to a child proc we just reloaded) get set to invalid. This is
|
| DBI-1.54 fails t/85gofer on m68k architecture | 24 Mar 2007 23:42 GMT | 1 |
The Debian packages I made from the latest DBI-1.54 fail at the new t/85gofer regression tests on a host with m68k CPU. The build log is available at: http://buildd.debian.org/fetch.cgi?&pkg=libdbi-perl&ver=1.54-1&arch=m68k&stamp=1 174636818&file=log
|
| Disabling ORA error | 24 Mar 2007 21:13 GMT | 2 |
I am running an "insert or update" sql statement. If the field already exists in the db - it doesn't insert but updates the field. This is what the script should do. The problem is that in carrying out the statement - the DBI throws
|