Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Relogging into Oracle using Access 2000 vba

Relogging into Oracle using Access 2000 vba

From: Marvinq <marvin_q_at_hotmail.com>
Date: 1 Dec 2005 09:19:17 -0800
Message-ID: <1133457557.691841.126530@g47g2000cwa.googlegroups.com>

I am working on an Access 2002/Oracle vba automated overnight process. The problem is there is one user with rights to a certian set of tables and another user with a certain set of tables. I can't run the overnight process with just one login. Currently, I am having problems with relogging into the database with a different login.

Even when I enter a different userid and password into a connection string, the system seems to still use to old login and password. Is there a better way to relog into the system? Here is the connection string I am using.

"ODBC;DSN=dsnname;uid=userid;pwd=password;SERVER=ORACLEDB"

I am new to Oracle so I don't know exactly if I wrote the string the correct way.

What is the best way to relog into this Oracle database using vba? This is really important so if you have any code that works please post it here!

Thanks in advance
Marvin Received on Thu Dec 01 2005 - 11:19:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US