Update of /cvsroot/monetdb/clients/src/perl/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17672/src/perl/Tests

Modified Files:
        sqlsample.pl.in 
Log Message:
propagated changes of Saturday Nov 17 2007 - Tuesday Nov 20 2007
from the Clients_1-20 branch to the development trunk


Index: sqlsample.pl.in
===================================================================
RCS file: /cvsroot/monetdb/clients/src/perl/Tests/sqlsample.pl.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sqlsample.pl.in     22 Oct 2007 10:35:50 -0000      1.2
+++ sqlsample.pl.in     20 Nov 2007 13:24:19 -0000      1.3
@@ -93,5 +93,7 @@
   print "field[0]: $row->[0]\n";
   print "field[1]: $row->[1]\n";
 }
+my $sth = $dbh->prepare('drop table perl_table;');
+$sth->execute;
 $dbh->disconnect;
 print "\nFinished\n";


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to