in reply to Re: "HERE" displays in output
in thread "HERE" displays in output
... do stuff Do insert:my $dbh = DBI->connect( "dbi:ODBC:AV_Lenovo", "", "",{RaiseError => 1, + PrintError => 1, AutoCommit => 0} ) or die "Unable to connect: " . $DBI::errstr . "\n";
If I output the @values, they look like this:my $sql = join ('', "INSERT INTO raw ( CHROM ,POS ,ID ,REF ,ALT ,QUAL ,FILTER ,INFO ,FORMAT ) values (?, ?, ?, ?, ?, ?, ?, ?, ?);", "\n" ); eval { my $sth = $dbh->prepare($sql); $sth->execute( @values ); };
....so nothing unusual about them. And, as I mentioned, running the insert directly against SQL Server produces no messages.1 10235 rs540431307 T TA 100 PASS AC=6 G
|
|---|