Any references/manuals on SQL in EXCEL with Microsoft OLE DB Provider for Jet 4.0?
问题 is there any references/manuals on SQL syntax in EXCEL connected with Microsoft OLE DB Provider for Jet 4.0 ? For example, how do I write constants of type date? What keywords/functions/clauses are available? 回答1: When using Excel as a Jet 4.0 data source, the best reference I know of is: How To Use ADO with Excel Data from Visual Basic or VBA. Of particular importance is how an existing column's overall data type is determined when it contains mixed data types. As regards the Microsoft OLE