| Thread | Last Post | Replies |
|
| Getting $sth->rows when selecting to a temporary table | 31 Oct 2008 20:45 GMT | 4 |
Is there a way in DBI to get a $sth->rows count, when selecting to a temporary table? In this code I get a proper count from the SELECT, but the SELECT INTO TEMPORARY TABLE returns -1.
|
| DBD::Oracle + BLOB | 31 Oct 2008 19:07 GMT | 21 |
I don't understand what the error I get has to do with the executed code. Can someone enlighten me? --8<--- use strict;
|
| secure/encrypt password and data | 31 Oct 2008 16:16 GMT | - |
I've been using DBI for a while. Now I need to provide security for the password and maybe data to. Does DBI support any kind of encryption, security layer, whatever ? thanks
|
| Problem with DBD::Sybase and SQL Server | 31 Oct 2008 07:23 GMT | 1 |
I have two hosts here. They are both using FreeTDS to talk to a SQL Server. One is running DBD::Sybase v 0.95, and it works fine. The other is running v 1.08, and it gets the following error whenever I try to run any SQL command:
|
| DBD::Informix on OSX | 29 Oct 2008 22:55 GMT | 1 |
Has anyone successfully built a 64 bit perl on OSX? I've tried and I get just over 1000 errors on make test - all relate to loading XS stuff and getting a wrong architecture error. All I did (to be fair) was ./Configure -Dcc='cc -m64' -des
|
| Help Installing DBI on Sun solaris | 29 Oct 2008 17:08 GMT | 1 |
the Makefile.PL script seems to run fine (no errors) when I do the make command it errors out [/home/oracle/DBI/DBI-1.607] $ make Skip blib/arch/auto/DBI/Driver_xst.h (unchanged)
|
| Right DBI version for perl v5.6.1 | 29 Oct 2008 13:29 GMT | 3 |
What's the right DBI version to use with perl 5.6.1? Is there any matrix what is compatible with what? I downloaded DBI 1.607 but it complains about the perl version - needs perl v5.8.1.
|
| End-of-file Not connected errors on Apache/mod-perl/Oracle on Solaris system. | 28 Oct 2008 20:36 GMT | 3 |
Hey all, I'm really at the end of my rope with this one problem I'm having. I need some clues. I've looked everywhere where I know to look but I need some suggestions on where else to look.
|
| suggestions sought on returning rows from oracle proc and deleting them in same proc | 27 Oct 2008 11:58 GMT | 14 |
I am hoping someone might have had to do something like this and have a good solution. I am using DBD::Oracle. I have a table with a simple integer and a timestamp: create mytable (id int, created timestamp);
|
| help installing DBD | 27 Oct 2008 11:08 GMT | 2 |
I've spent 2 days trying to isntall DBD. I think there must be some servers down because it's not easy to install. Here's part of the code that fails: DBI->connect("DBI:mysql:buildstatus:$dbserver", $user, $password) ; It says cannot locate DBD/mysql.pm.
|
| Perl - DBI - DBD - Oracle - Solaris | 26 Oct 2008 14:49 GMT | 1 |
I have a quick question . I have an Oracle 10g running on a Sun 9.5 . I Want to access the Database from perl . I am aware that I need DBI and DBD module to interface it . However do I also need to install and configure the Oracle client 'OLITE_10.3.0.2.0_SOLARIS' (Oracle
|
| Simple TO-DO List Manager program | 24 Oct 2008 21:14 GMT | 4 |
I am doing a simple TO-DO list manager using Coldfusion 8 and the language and MSSQL as the database.? My Required Functionality is: ??? Add TODO ??? Remove TODO ??? Modify TODO
|
| DDL::Sybase | 24 Oct 2008 16:29 GMT | 4 |
All, Oracle has a very nice perl module associated with it - DDL::Oracle - it allows for dumping of procedures, indexes, tables, stored procedures, and so on, in a way that can be highly configured (ie:
|
| Regd: Clarification needed for fetchrow_array in DBI Modules | 15 Oct 2008 17:05 GMT | 1 |
I am working with Red Hat Enterprise Linux ES release 4 (Nahant Update 3) Linux and psql (PostgreSQL) 7.4.8 version and perl v5.8.5 version. I have created my own database and tables in postgresql and my table
|
| Building Perl with Statically Linked Modules | 15 Oct 2008 16:55 GMT | 1 |
OK - a customer (large enough to be a household name in the USA) is using Perl + DBI + DBD::Informix, and is wanting to build Perl with both DBI and DBD::Informix statically linked. I'm strongly discouraging this, but they have literally over ten thousand
|