Re: Select via Perl

2003-07-21 Thread Curtis Maurand
would consider using DBI. > > Cheers > /rudy > > -Original Message- > From: Ashwin Kutty [mailto:[EMAIL PROTECTED] > Sent: donderdag 17 juli 2003 17:12 > To: [EMAIL PROTECTED] > Subject: Select via Perl > > I am trying to read a file and see if the contents of

RE: Select via Perl

2003-07-18 Thread Ashwin Kutty
inal Message- > From: Ashwin Kutty [mailto:[EMAIL PROTECTED] > Sent: donderdag 17 juli 2003 17:12 > To: [EMAIL PROTECTED] > Subject: Select via Perl > > I am trying to read a file and see if the contents of it exists in the > DB > or not and am trying to do it via a Sele

RE: Select via Perl

2003-07-18 Thread Rudy Metzger
Can you please post the source code? In any case, I would consider using DBI. Cheers /rudy -Original Message- From: Ashwin Kutty [mailto:[EMAIL PROTECTED] Sent: donderdag 17 juli 2003 17:12 To: [EMAIL PROTECTED] Subject: Select via Perl I am trying to read a file and see if the

Re: Select via Perl

2003-07-17 Thread gerald_clark
Ashwin Kutty wrote: I am trying to read a file and see if the contents of it exists in the DB or not and am trying to do it via a Select. I try to do a select * into outfile /tmp/result.txt from table where field like "%$var%"; but it always goes through the first two lines of the input file and

Select via Perl

2003-07-17 Thread Ashwin Kutty
I am trying to read a file and see if the contents of it exists in the DB or not and am trying to do it via a Select. I try to do a select * into outfile /tmp/result.txt from table where field like "%$var%"; but it always goes through the first two lines of the input file and then says the file al