I need to export data from an ORACLE database, and I'm using Access VBA. This involves running SQL via ODBC, using a Passthrough query that brings in about 1,300,000 records and takes about 15 minutes to run.
I need to find the best way to do this.
I'll describe what I did, but I'm not sure if...