I am green in VB.NET EXPRESS and converting MS Access VBA app to .NET.
Quick Explanation: Within my Access database I have linked tables to an Oracle database from which I retrieve data. (I read that .net express has no functionality for Oracle connections)
Problem:
Everytime I hit these tables from the .NET front-end I am prompted for username/password. With the user having to enter this dozens of times per process I am in danger of realizing this project is useless!
Solution:? Any help is greatly appreciated..