Programatically create ODBC connection and link tables in MS Access

前端 未结 2 595
无人及你
无人及你 2021-02-10 11:00

We are using MS Access as a reporting front-end for Oracle. The data is accessed via an ODBC connection, and there are two linked tables in Access to Oracle that are the raw dat

2条回答
  •  迷失自我
    2021-02-10 11:38

    I do my programming on a workstation with a DSN defined, and then before distributing for production use, run a variant of Doug Steele's code to convert all the DSN-based connect strings to be DSN-less.

提交回复
热议问题