Re: Sql statements in perl scripts

2003-04-02 Thread R. Joseph Newton
Jensen Kenneth B SrA AFPC/DPDMPQ wrote: > I can't install the DBI modules to talk to our database, so I am trying to > run some commands from a system call. I am trying to pass some variables > retrieved from command line arguments to the sql statements. Here's my > problem, I can't get the variab

RE: Sql statements in perl scripts

2003-04-02 Thread Jeff Westman
sposito > Sent: Wednesday, April 02, 2003 2:11 PM > To: 'Jensen Kenneth B SrA AFPC/DPDMPQ'; 'Jeff Westman'; beginners > Subject: RE: Sql statements in perl scripts > > > Any reason why you can not use DBI::Oracle instead of using a system call > and '

RE: Sql statements in perl scripts

2003-04-02 Thread Jensen Kenneth B SrA AFPC/DPDMPQ
so throws a warning that MAIN::$VIEWNAME & MAIN::$TABLENAME are only used once. I've tried countless ways, really starting to go bald at an early age from this. -Original Message- From: Jeff Westman [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:56 PM To: beginners

RE: Sql statements in perl scripts

2003-04-02 Thread Tony Esposito
-Original Message- From: Tony Esposito Sent: Wednesday, April 02, 2003 2:11 PM To: 'Jensen Kenneth B SrA AFPC/DPDMPQ'; 'Jeff Westman'; beginners Subject: RE: Sql statements in perl scripts Any reason why you can not use DBI::Oracle instead of using a system call

RE: Sql statements in perl scripts

2003-04-02 Thread Tony Esposito
ardson, TX 75080 > (972) 643-3115 > [EMAIL PROTECTED] > -Original Message- From: Jensen Kenneth B SrA AFPC/DPDMPQ [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 2:03 PM To: 'Jeff Westman'; beginners Subject: RE: Sql statements in perl scripts When I jus

RE: Sql statements in perl scripts

2003-04-02 Thread Jensen Kenneth B SrA AFPC/DPDMPQ
mp; MAIN::$TABLENAME are only used once. I've tried countless ways, really starting to go bald at an early age from this. -Original Message- From: Jeff Westman [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:56 PM To: beginners Subject: Re: Sql statements in perl scrip

Re: Sql statements in perl scripts

2003-04-02 Thread Jeff Westman
Hi, --- Jensen Kenneth B SrA AFPC/DPDMPQ <[EMAIL PROTECTED]> wrote: > I can't install the DBI modules to talk to our database, so I am trying to > run some commands from a system call. I am trying to pass some variables > retrieved from command line arguments to the sql statements. Here's my > pro