Can't install DBD::Oracle 1.22 with Cygwin, Oracle 10.2,

2008-09-11 Thread erik dott [EMAIL PROTECTED] mail dot com
I'm afraid I've seen this problem but not a solution. Sometimes poeple refer to having fixed the problem, but I can't find what fixed it, so I apologize if you have seen the solutions elsewhere. Help would be appreciated! Thanks, Erik == I am using

Re: [rt.cpan.org #36395]

2008-06-25 Thread [EMAIL PROTECTED] via RT
an array to pass arguments to execute(). I can't image why I received this email. I have not received any others on DBI. I suggest you report it to the managet of RT. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

[rt.cpan.org #37092] Bogus RT e-mail updates

2008-06-25 Thread [EMAIL PROTECTED] via RT
Wed Jun 25 12:31:40 2008: Request 37092 was acted upon. Transaction: Ticket created by [EMAIL PROTECTED] Queue: DBI Subject: Bogus RT e-mail updates Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [EMAIL PROTECTED] Status: new Ticket URL

Re: [rt.cpan.org #37092] Bogus RT e-mail updates

2008-06-25 Thread [EMAIL PROTECTED] via RT
Queue: DBI Ticket URL: http://rt.cpan.org/Ticket/Display.html?id=37092 On 6/25/08 11:31 AM, [EMAIL PROTECTED] via RT [EMAIL PROTECTED] wrote: I too am getting RT updates on something that (to the best of my knowledge) I have nothing to do with :-) Me three. j

Re: ORA-1008 on Oracle 10g (update)

2008-04-04 Thread [EMAIL PROTECTED]
PROTECTED] MaXpert AG, Berner Straße 119, 60437 Frankfurt am Main Tel: +49 69 50065 269 Fax: +49 69 50065 515 Mobil: +49 172 6648 604 Von: [EMAIL PROTECTED] Gesendet: Donnerstag, 14. Februar 2008 17:47 An: dbi-users@perl.org

Re: ORA-1008 on Oracle 10g

2008-04-03 Thread [EMAIL PROTECTED]
before. Hope this helps you to solve *your* problem. Best Regards, Olaf Ohlenmacher -- Olaf Ohlenmacher [EMAIL PROTECTED] MaXpert AG, Berner Straße 119, 60437 Frankfurt am Main Tel: +49 69 50065 269 Fax: +49 69 50065 515 Mobil: +49 172 6648 604 Von

DBD::Sybase context allocation routine failed

2008-02-12 Thread [EMAIL PROTECTED]
hi, attempting a DB connection using a brand new installation of perl 5.8.8 on an old sun box: 'sun4u sparc SUNW,Ultra-4'. i have connectivity. this command line script returns a reference to a hash: perl -MDBI -e 'print DBI- connect(DBI:Sybase:server=,user,password)' but when i attempt to

Re: Segmentation Fault(Core dumped)

2008-01-10 Thread [EMAIL PROTECTED]
On Jan 9, 9:52 am, [EMAIL PROTECTED] (Vijay Kasi) wrote: Hello, I have re compiled DBI 1.601(first) and then DBD::Oracle 1.18a (second), both gone through OK without any errors. But when I started testing my perl script, I am receving below errors. Is anything wrong with the recompilation

Re: using $dbh-quote with UTF

2007-10-23 Thread [EMAIL PROTECTED]
That was it: it was an old version of DBD:mysql. Sorry for wasting all your time. My PPM thought the latest version was 3.00x. I don't know why it didn't see 4.00x

Re: using $dbh-quote with UTF

2007-10-22 Thread [EMAIL PROTECTED]
Sorry this wasn't clear from the example. Yes printing to HTML was just an example. What I am trying to do is quote a string, us that to form a SQL statement, then send that to the mySQL server. When I do that now, the string has extra characters in it because $dbh-quote is losing the utf flag.

Re: using $dbh-quote with UTF

2007-10-20 Thread [EMAIL PROTECTED]
I added use warnings; to my code, but there was no behavior change. So your suggestion is to NOT use $dbh-quote ad use print neat instead? Is there a way to use $dbh-quote and get a UTF-8 result?

using $dbh-quote with UTF

2007-10-18 Thread [EMAIL PROTECTED]
Hello, I'm trying to use $dbh-quote with a UTF string, and I'm not having luck. How can I get it to return a UTF8 string? Here is my example: #!/usr/bin/perl -w use strict; use DBI; my $dbh = DBI-connect(DBI:mysql:mysql, root, ); my $string = test äñèé; utf8::upgrade($string); my

DBI:CSV join ... flashback to 2002

2007-07-13 Thread [EMAIL PROTECTED]
Question about joining using DBI:CSV. I must be making a stupid mistake somewhere. Earlier posts (2002) state that there were problems using aliases in joins. I've just installed the modules on a windows machine and am having the same problems. DBI (v1.58) SQL-Statement(v1.15) Text-CSV_XS(v.3)

Problem of installing DBI packages

2007-02-17 Thread [EMAIL PROTECTED]
Hi, my curent configuration of HP Unix system is as below: gcc version-4.1.1 hp unix version 11 perl version 5.8.0 When i do perl makefile.PL, i don't get any error. bplita3 /tmp/dowload_for_comverse/DBI-1.13 perl Makefile.PL *** You are using a perl with experimental threading enabled! *** You

Problem of installing DBI packages

2007-02-17 Thread [EMAIL PROTECTED]
Hi, my curent configuration of HP Unix system is as below: gcc version-4.1.1 hp unix version 11 perl version 5.8.0 When i do perl makefile.PL, i don't get any error. bplita3 /tmp/dowload_for_comverse/DBI-1.13 perl Makefile.PL *** You are using a perl with experimental threading

Installing DBD

2003-03-26 Thread [EMAIL PROTECTED]
Hello dbi-user, I have a problem when I'm installing DBD module. I have installed the DBI module OK. I read the readme for installing DBD module, and it says: set-up these environment variables: DBI_DSN The dbi data source, e.g. 'dbi:ODBC:YOUR_DSN_HERE' DBI_USER The username to use to

Re Installing DBD

2003-03-26 Thread [EMAIL PROTECTED]
I'm using Windows Nt 4.0, DBD-ODBC-1.05 y Dbi-1.34, my database is SQL Server 7.0 --- Mensaje Original -- De: Fernando Luna [EMAIL PROTECTED] Para: [EMAIL PROTECTED] [EMAIL PROTECTED] Cc

DBD::Oracle on Mac OS X

2003-01-24 Thread [EMAIL PROTECTED]
Hi, I am trying to install DBD::Oracle but after running Makefile.PL i get the following: Using DBI 1.32 installed in /Library/Perl/darwin/auto/DBI Configuring DBD::Oracle ... Remember to actually *READ* the README file! Especially if you have any problems. The ORACLE_HOME

RE: Unable to compile DBI using mingw

2002-11-11 Thread [EMAIL PROTECTED]
I am using perl 5.8.0 which I compiled using gcc 3.2 on win95 What compiler is your perl compiled with? All modules must be compiled using the same compiler. Ilya -Original Message- From: [EMAIL PROTECTED] [mailto:raphi.net;voila.fr] Sent: Monday, November 11, 2002 2:40 AM

Unable to compile DBI using mingw

2002-11-10 Thread [EMAIL PROTECTED]
Hi, I am trying to compile DBI using mingW, and I was wondering if anyone has been able to do so. The package does not compile out of the box. Is there any documentation on using perl and mingw32 available anywhere? Thanks Raphael -- Faites un voeu et

RE: :: delimiting apostrophes to insert data w/o errors ::

2002-10-15 Thread [EMAIL PROTECTED]
with this method for perl. -Josh Original Message: - From: Kipp, James [EMAIL PROTECTED] Date: Tue, 15 Oct 2002 15:07:13 -0400 To: [EMAIL PROTECTED] Subject: RE: :: delimiting apostrophes to insert data w/o errors :: you can try the qw(...) function or use the DBI 'quote' method

Help Me Please

2002-07-12 Thread [EMAIL PROTECTED]
I am having trouble adding mods to my server. Can you help me I have no idea what I am doing. If you could help me I would apreciate it. Thanks for your time Spencer Ray mail2web - Check your email from the web at

Some problem with connection

2002-01-09 Thread DAGNICOURT Sebastien - NTR ( [EMAIL PROTECTED] )
Hello, I'am new to Perl and DBI so excuse me if the question is (so) stupid. I installed the DBI and the DBD::Oracle modules. Installation and tests worked well. I try a little script to connect to database and it failed. Here is the few lines: use DBI; use strict; Main(); sub Main { $dbh

Bulk Updates Using Joins or Some Such Nonsense

2001-10-10 Thread [EMAIL PROTECTED]
Dear All, Using MySQL I'm trying to update field1 in table1 with data from field1 in table2 where the primary keys in tables 1 and 2 match. In other words I have 2 tables the first with direction information and the second with speed information both have time as the primary key and what I

RE: Newbie problems DBD:Oracle

2001-07-19 Thread [EMAIL PROTECTED]
Guess so! I installed perl5 and the perl DBI from the debian packages. I understand that the DBI stuff must be installed once and for all, while the DBD drivers are to be added when needed. Am I right? Executing an easy perl script suggested in the book of Alligator and Bunce DBI Perl I get a

Postgres select problem

2001-05-30 Thread [EMAIL PROTECTED]
Dear, I am 2 differents output from psql and use Postgres % su - postgres % psql hrdb hrdb= select * from employee where middlename like '%LAMINE%'; MAMADOU | LAMINE | DIATTA | SYSTEM ENGINEE | [EMAIL PROTECTED]| 677-4417985 |780-393-3675 |403-915-7162 |407-915-7162 |SOCCER, BIKING| 05-29-2001

Re: CPAN Errors

2001-04-16 Thread [EMAIL PROTECTED]
Ok...I did a ps ax and noticed that I still had processes running from prior to my server crashing...so I killed all those processes Then connected to CPAN and went through the processes I did before: install Bundle::CPAN -- already installed install Bundle::DBI -- already installed Then when I

Re: CPAN Errors

2001-04-16 Thread [EMAIL PROTECTED]
1: SetUserId: user 'root' is not in 'pg_shadow' at test.pl line 59. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force = - Original Message - From: "Mike Slack" [EMAIL

DBD and DBI::Pg

2001-04-15 Thread [EMAIL PROTECTED]
Our site (www.dagl.net) has recently been given the task of beta testing a new statistics program for our Quake 3 game servers... This new program is called "GeigerCounter - RC5", in case any of you have experience with it... However, I am only a newbie at PostgreSQL and PHP, so I don't know