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
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 '
ubject: RE: Sql statements in perl scripts
When I just quote the variable, this is what the spool looks like. ~
select table_name,column_name,data_length,data_type from dba_tab_columns
where table_name = '""' and owner = 'X';
no rows selected
~
perl al
-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
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
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
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
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 variables to expand for use in the sql code
#!perl -w