Josh Jacob wrote: > Security concerns aside, is there a way to store the UID/PWD on the > filesystem so the user just needs to specify the DSN? Not in the library, in your application. Decide where you want to stash the username, and build your connection string with it. HTH. --jkl