Linux Redhat Oracle 9.2.0.1.0

2003-01-05 Thread Radu Caulea
Hello list, Sorry for reposting this, but I am really at a loss. Thank you for your help. I am pretty new in the Linux area and I am trying to install DBD:Oracle on this platform. It tries to reach a 9i database (all tests were directed to 9i on Linux and/or win2k). I can connect directly in

DBI installation error in Red Hat Linux

2003-01-05 Thread ypeng
Hi all, I am installing the DBI-1.32 module in my linux computer, but can not make it - the error message is: cpp: installation problem, cannot exec 'cpp': Argument list too long make: *** [Perl.o] Error 1 Does anybody know why this happened and how to install it properly? Thanks Fred

Re: Problems with inserting data in a created Access database

2003-01-05 Thread Brad Smith
By accident, I solved my problem with inserting data into a memo field that is created on the fly. I wanted to pass on the information of how I did it and ask what the difference is between what I was doing in my code as opposed to what I discovered. The original code is posted below. I

Re: Detecting active statement handles

2003-01-05 Thread Tim Bunce
On Sat, Jan 04, 2003 at 12:38:08PM +1100, Steve Baldwin wrote: How about simply displaying the {Statement} attribute in the message. At least that would assist in tracking it down. Do you think that would be easier to code ? The dbh warning message can't show the {Statement} attribute of

Re: $dbh-ping() not pinging?

2003-01-05 Thread Tim Bunce
I don't know if this is relevant but DBD::mysql checks for a lost connection in many places in the code and will automatically try to reconnect 'behind the scenes' (except when AutoCommit is off). Maybe there's some interaction/bug with that logic. Hopefully a trace would show what's going on.

(Fwd) DBI::Shell vs. dbMan

2003-01-05 Thread Tim Bunce
http://search.cpan.org/author/MILSO/dbMan-0.29/ - Forwarded message from Milan Sorm [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] Date: Sat, 4 Jan 2003 05:50:56 +0100 From: Milan Sorm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DBI::Shell vs. dbMan User-Agent: Mutt/1.5.1i

SQL Server Invalid string...

2003-01-05 Thread Jeff Thies
I'm trying to get a connect with SQL Server. I have this: $DSN = 'driver={SQL Server};Server=server_ip;uid=user_id;pwd=the_password;database=database_name'; $db = DBI - connect(dbi:ODBC:$DSN) || die Cannot Connect: $DBI::errstr\n; This is what I get: Cannot Connect: [Microsoft][ODBC Driver

RE: SQL Server Invalid string...

2003-01-05 Thread Jeff Urlwin
That's probably an old bug in DBD::ODBC, and I suspect you're using version 0.28. If so, please upgrade. If not, please post more specifics about your version. Regards, Jeff I'm trying to get a connect with SQL Server. I have this: $DSN = 'driver={SQL

Re: SQL Server Invalid string...

2003-01-05 Thread Jeff Thies
Jeff Urlwin wrote: That's probably an old bug in DBD::ODBC, and I suspect you're using version 0.28. If so, please upgrade. If not, please post more specifics about your version. Just installed it last week (ppm) and have been running Access on it (ugh!). I would think that would be 1.01 .

Re: SQL Server Invalid string...

2003-01-05 Thread Jeff Thies
Jeff Urlwin wrote: That's probably an old bug in DBD::ODBC, and I suspect you're using version 0.28. Yes, It is .28, how do I make sure that 1.01 is installed? Sorry to be such a bother... Jeff If so, please upgrade. If not, please post more specifics about your version.

Re: SQL Server Invalid string...

2003-01-05 Thread Michael A Chase
On Sun, 05 Jan 2003 23:30:55 -0500 Jeff Thies [EMAIL PROTECTED] wrote: Jeff Urlwin wrote: That's probably an old bug in DBD::ODBC, and I suspect you're using version 0.28. Yes, It is .28, how do I make sure that 1.01 is installed? http://xmlproj.com/fom-serve/cache/120.html -- Mac

Re: mod_perl and connect by DBD::Informix

2003-01-05 Thread Jonathan Leffler
On Sunday, January 5, 2003, at 08:18 AM, Maras Michal wrote: -Original Message- From:   Jonathan Leffler [mailto:[EMAIL PROTECTED]] Sent:   Sat 04/01/2003 07:26 To: Maras Michal Cc: DBI Users Mailing List Subject:    Re: mod_perl and connect by DBD::Informix Maras Michal

Q: MySQL = Show databases. ODBC/Pg = ?

2003-01-05 Thread Ron Savage
What are the ODBC and Postgres equivalents to the MySQL command 'show databases'? -- Cheers Ron Savage, [EMAIL PROTECTED] on 06/01/2003 http://savage.net.au/index.html