VB.NET - How can I avoid entering database credentials?? - TechRepublic
Question
September 17, 2008 at 12:19 PM
mpolini

VB.NET – How can I avoid entering database credentials??

by mpolini . Updated 17 years, 9 months ago

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..

This discussion is locked

All Comments