User ID and Logon for Database

  • Thread starter Thread starter BGCSOCAL
  • Start date Start date
B

BGCSOCAL

I am thinking of changing a very old program so that the user now has to
enter a user ID and password. My VB skills are really beginner level. Can
someone suggest a good article on how to do this, preferably with code
samples for VB2005?
 
BGCSOCAL said:
I am thinking of changing a very old program so that the user now has to
enter a user ID and password. My VB skills are really beginner level. Can
someone suggest a good article on how to do this, preferably with code
samples for VB2005?

I suggest you find a good book in VB.NET format about ADO.NET, because
ADO.NET is the component in .NET that provides the database providers, like
MS SQL Server and others.
 
Back
Top