in reply to Re^2: Extracting data from an Ms ACCESS query
in thread Extracting data from an Ms ACCESS query
Yes, I tried this;
Blackadder
and I got this;my $result = $dbh->sql("SELECT * FROM $qry WHERE group_name='Procureme +nt'"); foreach (@$result) { print @$_; }
Hmmmm. Holy ones please HELP!Can't use string ("1") as an ARRAY ref while "strict refs" in use at U +:\scripts\odbc1.pl line 15.
Blackadder
In Section
Seekers of Perl Wisdom