It seems like you are facing an issue with using the Microsoft ODBC for Oracle driver in VB6 or VBScript on Windows 7 to connect to an Oracle database, despite being able to create linked tables in Access using the same driver. Here are a few steps you can take to troubleshoot and potentially resolve this issue: 1. Check ODBC Data Source Administrator: - Verify that the ODBC Data Source Administrator settings for the Oracle driver are correctly configured. Ensure that the System DSN (Data Source Name) for Oracle is set up properly. 2. 32-bit vs 64-bit: - Ensure that you are using the correct version (32-bit or 64-bit) of the Oracle ODBC driver that matches your VB6 or VBScript application. If your application is 32-bit, you...