SQL-Verbindung zu Excel-Tabelle

Ich möchte unter ArcView 3.2 über eine SQL-Verbindung auf eine Exceldatei (97) zugreifen.
Beim Betätigen der Verbindungs-Schaltfläche wird zwar eine Verbindung hergestellt, die Felder Tabellen und Spalten in der Dialogbox bleiben aber leer und eingegebene SQL-Kommandos bringen nur Syntaxfehler.
Exportiere ich aber die in der Exceldatei enthaltenen Tabellen als Text- oder dBase- Dateien funktioniert der SQL-Zugriff problemlos.
Gibt es bei Excel-Dateien etwas besonderes zu beachten?
probiers mal folgendes:
definiere dem excelsheet einen bereichsnamen
Dazu sagt die ArcView-Hilfe:

How can I get My Excel data into ArcView?

Data in Microsoft Excel can be accessed directly using a Microsoft Excel ODBC driver and ArcView’s ODBC connectivity. The data in the Microsoft Excel file must be first divided into tables by assigning a name to a block of cells which represent a table. In Microsoft Excel Version 7.0, this is done in the following way:

1 Highlight the block of cells that will represent a single table in ArcView.
2 From the Insert menu, choose Name and then Define to display a menu where the name of the block can be specified.
3 Type the name to be assigned to the highlighted cells. This is the name that will appear in the tables list on the SQL Connect dialog in ArcView. Several tables can be defined in this way on the same worksheet. A drop-down list of these tables is provided above the upper left corner of the spread sheet area.
4 Using the ODBC Administrator in the control panel, configure the Excel ODBC driver to access the Excel workbook file.

Start ArcView and from the Project menu, choose SQL Connect. Pick the Excel ODBC connection listed in the connections drop-down and click connect. The tables defined in the Excel workbook file are listed and can be made into ArcView tables using SQL select statements.

Gruß
Johannes