Connect to MS Access

  • Hi,
    ich habe folgendes problem:
    versuche zu MS Access Datenbank zu verbinden und bekomme Fehlermeldungen, und zwar:

    Warning: Content-Type header not found in the script output. If this script is not a CGI one, please use the Run -> Run in Command Prompt menu to run it.
    Can't connect to data source 'ODBC:driver= Microsoft Access driver (*.mdb);dbq=C:\Eigene Datein\lardom\db7.mdb' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at datanbank1.pl line
    :confused:

    Code
    #!c:/perl/bin/perl -w
     use DBI;
     $dbh = DBI->connect("dbi::ODBC:driver= Microsoft Access driver (*.mdb);dbq=C:\\Eigene Datein\\lardom\\db7.mdb",'','');
     $dbh -> disconnect;


    Kann mir bitte jemand helfen?

    Danke voraus!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!