Home All Groups Group Topic Archive Search About

User ID and Logon for Database

Author
4 Jun 2010 6:41 PM
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?
--
Bettie

Author
5 Jun 2010 7:14 PM
Mr. Arnold
"BGCSOCAL" <BGCSO***@discussions.microsoft.com> wrote in message
news:B296D2F7-3824-4914-BDF3-85847F8027E0@microsoft.com...
>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.