in reply to need to access a remote server to move the files around in a set folder there
Even if i try just one simple thing, it gives ora 42000 SQL error ie SYNTAX ERROR.my $sqlstatement="insert into lookup (Sys_Acc) values \'$sys_acc\' "; print "<br> $sqlstatement"; $sth = $dbh->prepare($sqlstatement) or die "$DBI::errstr"; $sth->execute(); $dbh->commit(); $dbh->disconnect() or warn "Disconnection Failed \t : $DBI::errstr \n" +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: need to access a remote server to move the files around in a set folder there
by juster (Friar) on Dec 10, 2008 at 20:16 UTC |