0
I am connecting an Oracle database with an Access database through Oracle ODBC Driver 11.2
.
The problem is that every time I access the base in Access, the driver from Oracle requests authentication:
Is there any way to remember the user and password?
I couldn’t find that option on driver oracle.
There is some difference between using a System DSN or a User DSN ?
– gmsantos
Yes. System dsn can be used by all system users. User dsn works only for the specific user. In the case of the user, the data is in the Current user.
– vianna77