Re: mailing list archive?

2001-02-06 Thread Elaine -HFB- Ashton
Bruce Templeton [[EMAIL PROTECTED]] quoth: *> *>Is there a mailing list archive that survived the change to the *>[EMAIL PROTECTED] address? http://www.mail-archive.com/dbi-users%40isc.org/ http://www.mail-archive.com/dbi-users%40perl.org/ e.

mailing list archive?

2001-02-06 Thread Bruce Templeton
Is there a mailing list archive that survived the change to the [EMAIL PROTECTED] address? Both the egroups (now yahoo) and geocrawler archives stopped at different points last month. Thanks, -Bruce _ Get your FREE download of MS

pre-ANNOUNCE: AnyData and DBD::AnyData

2001-02-06 Thread Jeff Zucker
The module formerly known as DBD::RAM has been completely rewritten and expanded and is now known as DBD::AnyData. Please take a look at the examples in the README attatched below to see some of its capabilities. Some of the many changes include * Much more robust and flexible XML thanks to Mic

Re: DBD::CSV in Windows Environment

2001-02-06 Thread Joe Schell
Roland Corbet wrote: > > I'm trying to start using DBD::CSV on a Windows NT server, using ActivePerl > builds 613 to 623. The script is then to be moved to a Unix environment > after development. > > I seem to be having problems getting the script to open up the specified > directory and use

Re: bind param problem

2001-02-06 Thread Rajesh Yenumulapally
F.Y.I The real error I am getting is the Oracle table does not accept null values, because all the columns are not null.And I guess that shouldn't matter since I am sending an empty string. The same script works on most of my other servers(inserting an empty string in a not null column) exce

Re: bind param problem

2001-02-06 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Feb 06, 2001 at 11:53:04AM -0800, Rajesh Yenumulapally wrote: > Hi > I wrote a script which uses a bind_param function of the DBI and it works > perfectly fine on one server but not on the other one. My first server has the > perl 5.003/DBI 0

bind param problem

2001-02-06 Thread Rajesh Yenumulapally
Hi I wrote a script which uses a bind_param function of the DBI and it works perfectly fine on one server but not on the other one. My first server has the perl 5.003/DBI 0.79 and my second server has perl 5.6.0/DBI 1.13.I noticed that the bind param function stopped taking empty strings as

Re: DBD::CSV in Windows Environment

2001-02-06 Thread Miguel A Munoz
Roland, If you are using IIS4 I have seen this too. Try creating a script just to show you the default direcory or a listing of the files. What you will notice is that the script is being run but the default directory at runtime is NOT the directory where the script is (like in UNIX). I have

RE: Error while compiling DBI-1.14

2001-02-06 Thread torsten . foertsch
Did you notice the line: sh: cc: not found ? Have you installed any C compiler named cc in your $PATH? On 06-Feb-01 Nguyen, David M wrote: > I try to run "perl Makefile.PL" to compile DBI-1.14 on Solaris8 and > get the > error shown below. Can someone please explain it means and what I > need

Fixed-width CHAR compares (was: RE: Oracle & DBI)

2001-02-06 Thread non-HP
> "Michael" == Michael Officer <[EMAIL PROTECTED]> writes: Michael> Thanks for the reply. Discovered that the problem isn't with Michael> placeholders, seems to be a problem related to datatypes. I Michael> mistyped my original example and misled you! It actually Michael> works! Here's the

Error while compiling DBI-1.14

2001-02-06 Thread Nguyen, David M
I try to run "perl Makefile.PL" to compile DBI-1.14 on Solaris8 and get the error shown below. Can someone please explain it means and what I need to do to get it corrected. THANKS alot!! === /usr/bin/perl -p -e "s/~DRIVER~/P

Re: DBD::CSV in Windows Environment

2001-02-06 Thread Brett W. McCoy
On Tue, 6 Feb 2001, Roland Corbet wrote: > I'm trying to start using DBD::CSV on a Windows NT server, using ActivePerl > builds 613 to 623. The script is then to be moved to a Unix environment > after development. > > I seem to be having problems getting the script to open up the specified > dir

RE: :CSV in Windows Environment

2001-02-06 Thread Seger, Jeffrey
Try renaming the file 'users' instead of 'users.csv'. -Original Message- From: Roland Corbet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 1:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: DBD::CSV in Windows Environment I'm trying to start using DBD::CSV on a W

DBD::CSV in Windows Environment

2001-02-06 Thread Roland Corbet
I'm trying to start using DBD::CSV on a Windows NT server, using ActivePerl builds 613 to 623. The script is then to be moved to a Unix environment after development. I seem to be having problems getting the script to open up the specified directory and use the enclosed .csv files as the tabl

FAQ (was: dbi-users subscription ???)

2001-02-06 Thread Tim Bunce
On Tue, Feb 06, 2001 at 09:39:58AM -0600, Michael D. Schleif wrote: > > Tim Bunce wrote: > > > > p.s. To all the very kind folk who answer questions on this list... > > please note these details as this is bound to be an faq. Thanks! > > Which FAQ? > > I searched last night and I believe that

Re: dbi-users subscription ???

2001-02-06 Thread Elaine -HFB- Ashton
Michael D. Schleif [[EMAIL PROTECTED]] quoth: *> *>Which FAQ? *> *>I searched last night and I believe that the FAQ's are out of date *>and/or old FAQ's persist and I don't know where is the new FAQ . . . http://lists.cpan.org/showlist.cgi?name=dbi-users and, if you mail the help address in the

Re: dbi-users subscription ???

2001-02-06 Thread Michael D. Schleif
Tim Bunce wrote: > > p.s. To all the very kind folk who answer questions on this list... > please note these details as this is bound to be an faq. Thanks! Which FAQ? I searched last night and I believe that the FAQ's are out of date and/or old FAQ's persist and I don't know where is the new F

Re: dbi-users subscription ???

2001-02-06 Thread Tim Bunce
On Tue, Feb 06, 2001 at 08:30:33AM -0500, Charnley, Chip (C.) wrote: > EXCEPT IT DOESN"T WORK!!! > > I have done this three times and I am STILL getting this damned list!?! > > Disgustedly, > Chip Charnley If you look at the _full_ headers of the list email you get you'll see one (probably the

RE: dbi-users subscription ???

2001-02-06 Thread Charnley, Chip (C.)
EXCEPT IT DOESN"T WORK!!! I have done this three times and I am STILL getting this damned list!?! Disgustedly, Chip Charnley -Original Message- From: Michael A. Chase [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 8:52 PM To: [EMAIL PROTECTED]; DBI List Service Subject: Re:

Re: Re: :Oracle Installation Problems on HP-UX 10.20

2001-02-06 Thread Hans-J. Krause
Hi Larry, > Have you tried using static linktype on the Makefile.PL? I had to > under HPUX > > (from the README) > make realclean > perl Makefile.PL LINKTYPE=static > make > make perl (you'll need to use and install _this_ new perl > binary) > make test > make -f Makefile.aperl

Re: Oracle Installation Problems on HP-UX 10.20

2001-02-06 Thread Hans-J. Krause
"Baxter, Lincoln" wrote: > How did it link and test, if the libraries are not there? > > good question, but with p-option the makefile seems to have a method (see log-file in first mail: "Unable to interpret Oracle oci build commands. Using fallback approach.") > Oh, I think I get it... perhaps