Re: install DBD-Sybase

2001-05-24 Thread Michael A. Chase
You are asking how to use PPM on the DBI list instead of one of the lists run by ActiveState. -- Mac :}) ** I normally forward private database questions to the DBI mail lists. ** Give a hobbit a fish and he'll eat fish for a day. Give a hobbit a ring and he'll eat fish for an age. - Original

install DBD-Sybase

2001-05-24 Thread George Mayne
Every time I try to run "ppm install DBD-Sybase" I get the following error: " Error installing package 'DBD-Sybase': Read of http://www.ActiveState.com/PPMPackages/5.6/ failed" What is wrong? George Mayne Econec.com [EMAIL PROTECTED] 888.209.4075 334.867.9400 334.867.9097 Fax

Accented Characters.

2001-05-24 Thread webmaster
Hi, i need your help. Before of all, sorry about my english. Is it possible DBI SQL be accent-insensitive ? When a search for "josé" only accented strings is brought, but "jose" is not. Is there any function available for this situation ? Thanks. Vivian Rousseau Verwey De La Fontaigne.

RE: Please!!! remove me from this list

2001-05-24 Thread Chouda, Prem
try this -- -- To remove your address from the list, just send a message to the address in the ``List-Unsubscribe'' header of any list message. If you haven't changed addresses since subscribing, you can also send a message to: <[EMAIL PROTEC

Re: Please!!! remove me from this list

2001-05-24 Thread Paul Lukins
have you tried sending a blank message to: [EMAIL PROTECTED] ? "Chouda, Prem" wrote: > > Try this Mr.Brandon > > http://listserv.ActiveState.com/mailman/listinfo/activeperl > > regards > PREM > > -Original Message- > From: Tetirick, Brandon [mailto:[EMAIL PROTECTED]] > Sent: Thurs

RE: Please!!! remove me from this list

2001-05-24 Thread Chouda, Prem
Try this Mr.Brandon http://listserv.ActiveState.com/mailman/listinfo/activeperl regards PREM -Original Message- From: Tetirick, Brandon [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 2:09 PM To: [EMAIL PROTECTED] Subject: Please!!! remove me from this list I have tried al

Please!!! remove me from this list

2001-05-24 Thread Tetirick, Brandon
I have tried all documented ways of requesting removal from this list to no avail. Please remove me!!!

RE: calling stored procedures with DBD::Informix

2001-05-24 Thread Chouda, Prem
Hi John, I think this may help U. my $sth = $dbh->prepare("BEGIN procedure_name(:param-1, :param-2, :param-3, :param-4, :param-5); END;"); $sth->bind_param(":param-1", "AAA"); $sth->bind_param(":param-2", "AAA"); $sth->bind_param(":param-3", "AAA"); $sth->bind_param_inout(":param-4", \$var-1, 10

calling stored procedures with DBD::Informix

2001-05-24 Thread John Saylor
Hi I need to call a stored procedure, and I can't find the documentation and I'm not sure I remember the syntax, so I'm writing this note in the hope that someone will help me. I think it's something like this: $s = 'STORED PROCEDURE ( var1, var2 )"; $dbh->do ( $s ); With all the error checking

RE: Web Connection (desperate)

2001-05-24 Thread Lee Anne Lester
You might want to check to see what database and username OpenLink is using to connect. You can do that by doing the following: go to the bin directory under your OpenLink install on the sever type: oplshut -s This shows you the database and the user that is trying to make the

RE: Web Connection (desperate)

2001-05-24 Thread Justin Kelley
Is there any command that will cause perl to list out the properties of the dsn it is attempting to use? Apache is running as www, and if I am logged in as www, I can connect to the database via the commandline, so I'm wondering if it isn't using the proper dsn. Any thoughts? on 5/24/01 9:50 AM

RE: Newbie Q. : fetchrow_array.

2001-05-24 Thread Sterin, Ilya
Than perhaps you need to also start prototyping you functions, using alloc, malloc, etc... to expand the variable, other fun stuff. Perl is written in C, but is dynamically uncomparable. Ilya Sterin -Original Message- From: Caraway, Michael To: 'Michael A Mayo'; [EMAIL PROTECTED] Cc: Di

DBD::Oracle install

2001-05-24 Thread Michael Ragsdale
Before I sent the following message, I thought that I had seen something along the lines of downgrading DBI to install DBD::Oracle so I looked in my email archives and found the following quote: > Downgrade to DBI 1.14 and recompile DBD::Oracle. It's a know bug. > > Ilya Sterin Before I st

Web Connection Error (Desperate)

2001-05-24 Thread Justin Kelley
For about a year I've had a working connection from Mandrake Linux to MS-SQL 7 on NT using the DBI and Openlink's bridge. A few days ago my company changed offices and so the ip's on the two machines have changed. Now, I can connect via the commandline 'perl index.cgi' just fine, it will bring b

RE: Newbie Q. : fetchrow_array.

2001-05-24 Thread Caraway, Michael
I only stated what I have seen and experienced. You can disagree, and that is ok. I made a suggestion for something to check, if it fixed the problem or not, it became one less thing that needed to be checked. I use values returned from the database for many things other than printing, and have

Re: Newbie Q. : fetchrow_array.

2001-05-24 Thread Michael A Mayo
- Original Message - From: "Sterin, Ilya" <[EMAIL PROTECTED]> >> Well, that's not true. This is not C/C++ and an undefined value will print >> nothing with no error. From: "Caraway, Michael" <[EMAIL PROTECTED]> > I am running Oracle 8.0.5, Perl 5.005_03, DBI 1.14, and DBD Oracle 1.06 on

XBase vs *.ntx files

2001-05-24 Thread Wojciech Pietron
Hello, I have an old financial program, that reads a foo.dbf file and foo.ntx index and lets me see the results. Now I have my new data in text file and want it to be read by my financial program. I use DBD::XBase to generate foo.dbf based on my text data but I can't create index foo.ntx, becaus

Installing Perl DBD_Oracle / Linux

2001-05-24 Thread Anand Vaidya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tim, - From the READMEs that came with the DBD-Oracle-1.06 package, I figure that many folks are attempting to install DBD-Oracle without actually installing Oracle. Unfortunately, the READMEs talk of very old versions of Oracle or there is n

RE: Oracle DBI on Windows NT

2001-05-24 Thread Jones Robert Contr 81 CS/SCK
Figured it out ... It has to do with the registry ... It wants ORACLE_HOME defined in HKLM\SOFTWARE\ORACLE, which it currently was not on one machine but was on another. For those offering other suggestions, thank you for your time. -Original Message- On Wed, 23 May 2001, Jones Ro

Re: Oracle DBI on Windows NT

2001-05-24 Thread Julio Santiago
Check the TNSNAMES.ORA file on each machine. They shoud only differ on the IP address >From: Jones Robert Contr 81 CS/SCK <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Oracle DBI on Windows NT >Date: Wed, 23 May 2001 16:04:05 -0500 > > > > We have Oracle version 8 loaded on Windows

RE: Oracle DBI on Windows NT

2001-05-24 Thread Jones Robert Contr 81 CS/SCK
No we don't ... Both have account on their systems with the same accounts -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 4:58 PM To: Jones Robert Contr 81 CS/SCK Cc: [EMAIL PROTECTED] Subject: Re: Oracle DBI on Windows NT Hi, y