Hi all,
this:
------------------------------
use DBI;
my $dbh=DBI->connect(
 "DBI:ADO:driver=Microsoft Excel Driver(*.xls);READONLY=FALSE;".
        "CREATE_DB=$Ziel;DBQ=$Ziel;",{RaiseError=>1});
$dbh->do("DROP TABLE TAB\$");
$dbh->disconnect();
------------------------------
makes the table TAB empty  !
However, I want to delete the table! (I have more than one table)
What is wrong ?
----------------
This box had no excel installation ! (OLE can not do)



Best regards/Mit freundlichen Grüssen
Joachim Görner 
Informationsverarbeitung Systemtechnik Basisdienste (ISB)
ADAC e.V., Am Westpark 8, 81373 München
Tel.: (089) 76 76 27 83 Fax: (089) 76 76 28 82 
<mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >
www.adac.de <www.adac.de>  


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to