| Thread | Last Post | Replies |
|
| Any chances to perform parallel (multithreaded) INSERTs? | 03 Dec 2008 11:22 GMT | - |
with my Perl script I have to upload large amounts of data into various tables of a SQL Server database. The actual upload process takes some (too much) time although I am already using prepared statements. I am using ithreads in my script so it would be easy to speed up the upload ...
|
| Oracle Proxy Authentication | 24 Nov 2008 02:11 GMT | - |
It's been a while since I've had time to lurk out here... Is anyone out there using Oracle's (10g and above) Proxy authentication? Our team is using it, also with Enterprise Users (LDAP/OID based user list) with some success in Java/web applications.
|
| New development release 1.17_2 of DBD::ODBC | 17 Nov 2008 14:58 GMT | - |
I have released 1.17_2 development release of DBD::ODBC. The changes since the last official release are listed below. It should appear on cpan soon. As always, any testing of this would be appreciated.
|
| DBD::Teradata segmentation fault. | 15 Nov 2008 17:45 GMT | - |
I'm trying to get DBD::Teradata to work. The environment is: Solaris 10 Perl 5.8.7 (64 bit)
|
| Re: How to write a (My)SQL statement with REGEX / RLIKE containing a scalar variable? | 13 Nov 2008 16:08 GMT | - |
I think the REGEX operator is correctly spelled REGEXP. If you just want to find out, if the column contains a value, you should consider using LIKE and the wildcard char %. To avoid painful quoting the mysql reference manual suggest binding the
|
| How to write a (My)SQL statement with REGEX / RLIKE containing a scalar variable? | 13 Nov 2008 14:50 GMT | - |
---------- Ursprüngliche Nachricht ---------- Von: Deviloper <deviloper@slived.net> An: dbi-user@perl.org Datum: 13. November 2008 at 15:41
|
| RES: Error compiling SAP::Rfc on AIX 5.3 | 12 Nov 2008 14:49 GMT | - |
Sorry, I sent this question to the wrong discussion group. My apologies. Eduardo A. Bispo ________________________________
|
| Error compiling SAP::Rfc on AIX 5.3 | 12 Nov 2008 14:36 GMT | - |
Dear ones, I am trying to compile SAP::Rfc in may system but the make step ends with the following error: [ebispo@brcscg]:/home/ebispo/perl/SAP-Rfc-1.55 >perl Makefile.PL
|
| DBD::Oracle - Problem selecting xml column | 10 Nov 2008 13:47 GMT | - |
when I try to select from a table with a column of sys.xmltype ("select * from c041_dev.xmltest") I get the following error message: DBD::Oracle::db prepare failed: ORA-22318: input type is not an array type (DBD ERROR: OCIAttrGet) [for Statement "select * from C041_DEV.XMLTEST"] ...
|
| Re: Do I need to recompile DBD Sybase if I have switch from Sybase 12.5.1 client to 15.0(.2)ESD#14 client | 06 Nov 2008 22:29 GMT | - |
I'd say "yes". Binary compatibility of libraries between major releases is NOT guaranteed but it might work but it depends on the operating system involved. Jason L. Froebe Tech log http://www.froebe.net/blog MyDatabases (free) magazine: http://froebe ...
|
| Re: Problems while installing PERL (DBD::DB2 module) | 05 Nov 2008 15:15 GMT | - |
On Tue, Nov 4, 2008 at 9:34 PM, Vineet Kaimal <vineet.kaimal@gmail.com>wrote:
> I was trying to install PERL in Linux OS. > I was successful in installing the DBI module. Are you sure?
|
| Problems while installing PERL(DBD module) | 05 Nov 2008 05:34 GMT | - |
I was trying to install PERL in Linux OS. I was successful in installing the DBI module. But on installing the DBD module, i am facing the following errors on the issuance of make command.
|
| Issues installing DBD | 03 Nov 2008 18:20 GMT | - |
I was trying to install DBD-DB2-1.1 in a 64 bit machine, in the process i am able to run the perl Makefile.pl command But after this when i try running the make command, i encountered the
|
| 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
|