HOW TO run query using Oracle tables?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

TWIMC,

I have a query that I want to execute via code but the tables used are
linked Oracle tables, thus when the query is executed it asks for a user name
and password, so the question is how do I run the query via code with
supplying the user name and passowrd?

TIA
KM
 
Try and create a pass through query to execute the query.
The advantage is, that the operation will be executed on the server rather
then the station.
When you define in the query properties the ODBC connection, i will ask you
if you want to save the user and password, say yes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top