| Thread | Last Post | Replies |
|
| DBD-Oracle-1.19 Installation problem | 31 Jan 2007 16:31 GMT | 1 |
I'm attempting to load DBD-Oracle-1.19 on a RH ES 4(latest update) proliant system and have an error when running 'make test'. 10gR2(10.2.0.10) is loaded on the server.
|
| error in locating loadable object in DBI module. | 31 Jan 2007 15:46 GMT | 1 |
I am new to perl. I am using Active state perl for windows XP version5.8.8. I am trying export data from text file to an remote sql server database .I have followed the code given in URL
|
| installing DBD-Informix on fedora 6 | 31 Jan 2007 13:52 GMT | 7 |
i am having some problems installing DBD-Informix-2005.02 on fedora6. i get stuck at "perl rmautoinst.pl Makefile.PL | perl -" when the esqltest program tries to contact my stores database and times out. but i'm pretty sure i am following the right steps as it works fine on other ...
|
| issue in locating Dynaloader | 31 Jan 2007 09:31 GMT | 1 |
This is Tapas.I am very new to the perl. I have got an error while connecting to the SQL Server database.I have added Win32::OLE,DBI and DBD::ODBC module.I am getting error "can't locate loadable object for module DBi in INC path.I have added
|
| bind variable problem | 31 Jan 2007 02:52 GMT | 7 |
This problem has been killing me for a while … Script 1 and script 2 (mentioned below) are very much the same. However I have hard coded the query in script 2 whereas constructed in script 1.
|
| Connect to a remote MS SQL database | 30 Jan 2007 21:07 GMT | 2 |
** First time posting, please excuse possible novice mistakes ** SETUP: web server: win 32 Apache running on a windows 2003 server machine, activePerl
|
| Clob insert problem on a Oracle db with DBI | 30 Jan 2007 20:48 GMT | 2 |
I have a problem inserting a line of text into a CLOB data field in Oracle. The version of PERL is 5.8 running on a AIX server 5.2. It looks like when I'm doing the insert, it is looking at the text to execute. The text is a sql statement that I'm trying to load.
|
| DBD::Oracle-1.19 installation errors | 30 Jan 2007 19:57 GMT | 4 |
To DBI support group, I try to install DBD::Oracle-1.19 on our IBM AIX 5.3 server. Perl 5.82. I got these errors when I run the command "make test". I already ran "perl Makefile.PL" and "make" which have no error. I appreciate for
|
| AW: AW: AW: Re: AW: CLOB Problem with DBD::ODBC/DBD::ADO for SQL Server | 30 Jan 2007 14:53 GMT | 1 |
> -----Ursprüngliche Nachricht----- > Von: Martin Evans [mailto:martin.evans@easysoft.com] > Gesendet: Dienstag, 30. Januar 2007 12:40 > An: dbi-users@perl.org |
| Oracle DBD runtime error | 30 Jan 2007 14:46 GMT | 2 |
I just installed DBI and Oracle DBD. I can run the following program without error as root: #!/bin/perl -w use DBI;
|
| AW: AW: Re: AW: CLOB Problem with DBD::ODBC/DBD::ADO for SQL Server | 30 Jan 2007 11:40 GMT | 1 |
> -----Ursprüngliche Nachricht----- > Von: Martin Evans [mailto:martin.evans@easysoft.com] > Gesendet: Dienstag, 30. Januar 2007 10:44 > An: dbi-users@perl.org |
| AW: Re: AW: CLOB Problem with DBD::ODBC/DBD::ADO for SQL Server | 30 Jan 2007 09:42 GMT | 1 |
> -----Ursprüngliche Nachricht----- > Von: Martin Evans [mailto:martin.evans@easysoft.com] > Gesendet: Montag, 29. Januar 2007 17:25 > An: dbi-users@perl.org |
| DBD::DB2 Error | 29 Jan 2007 17:20 GMT | 2 |
When attempting to run a program to access a remote DB2 DB, which resides on a z/Os box, I've receiving the following error: I've installed DB2 V9 Windows client. Any one have any ideas? C:\Perl>perl kelen.pl
|
| [CDBI] Can't override db_Main | 28 Jan 2007 18:31 GMT | 2 |
I am trying to override db_Main as suggested in the wiki for use under mod_perl, but somehow Ima::DBI keeps overriding my override :-) I have boiled it down to the following example code, and I only have this problem if my CDBI subclass is in its own file, so here's that
|
| [CDBI] Memcached | 26 Jan 2007 20:07 GMT | 4 |
What is the best way to use Memcached with Class::DBI? Should I just override retrieve() and update()? I have reviewed Class::DBI::Sweet's code for implementing caching, but it doesn't seem very clean. .. is that just the nature of CDBI's framework or is there a better way?
|