G
Guest
Hello,
I have a mdb file(ms access) that connects to an oracle database using a
userID and password.
Now, I created a software to run this file and excute a query.
To be clear, the file has a query called "TRADES" that will select all
trades of a day for example.
So, the C# software opens the file and the query "Select * from TRADES".
That works well because I used the OleDB connection.
The problem is that when I open the file, it asks for the password ... how
can I set it automatically?
What is worse is that it used to work properly but not anymore! >_<
I hope someone will help me!
Thank you!
I have a mdb file(ms access) that connects to an oracle database using a
userID and password.
Now, I created a software to run this file and excute a query.
To be clear, the file has a query called "TRADES" that will select all
trades of a day for example.
So, the C# software opens the file and the query "Select * from TRADES".
That works well because I used the OleDB connection.
The problem is that when I open the file, it asks for the password ... how
can I set it automatically?
What is worse is that it used to work properly but not anymore! >_<
I hope someone will help me!
Thank you!