![]() |
Could not find installable ISAM
Hallo,
Via ADO soll auf eine Excel Quelle zugegriffen werden, jedoch kommt eine Fehlermeldung "[Microsoft][ODBC Excel Driver] Could not find installable ISAM." Der relevante VBA Code:
Code:
Auf den Rechnern im Geschäft funktioniert alles ohne Probleme, nur zu Hause nicht.
dbConnectionString = "DRIVER={Microsoft Excel Driver (*.xls)};" & _
"ReadOnly=1;DBQ=" & SourceFile Set dbConnection = New ADODB.Connection dbConnection.Open dbConnectionString ' <----- Fehler Habe natürlich schon gegoogelt und diverse Sachen probiert, jedoch war alles bisher ohne Erfolg:
Bin echt ratlos... Hat vielleicht sonst noch jemand eine Idee? Wie kann dieses ISAM neu installiert werden? |
AW: Could not find installable ISAM
Zitat:
|
AW: Could not find installable ISAM
Zitat:
Code:
dbConnectionString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Excel;Mode=Read" _
& ";Initial Catalog=" & SourceFile |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:23 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz