Oracle ODBC and RI_DSOURCE
Oracle ODBC and RI_DSOURCE
I am using the RI_DSOURCE runtime override to connect to an different database that the one where the RR control table is stored (referenced by the /CS switch on the command line). I would like to pass the username and password using the connect string addendum as described in the documentation for RI_DSOURCE. I am using the Oracle ODBC driver, and am unsure on the format for the addendum. ____For example, my database is SDE, and so I used the syntax: SDE|||guest/guest This still caused the username/password dialog to appear. ____How should I format the portion of the command following the three vertical bars to pass the username and password to the ODBC driver?____Any help you can provide would be appreciated...____Doris
=> RE: Oracle ODBC and RI_DSOURCE
Try:__SDE|||UID=guest;PWD=guest____Kathleen__R&R Support