From: BGCSOCAL on 4 Jun 2010 14:41 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
From: "Mr. Arnold" MR. on 5 Jun 2010 15:14 "BGCSOCAL" <BGCSOCAL(a)discussions.microsoft.com> wrote in message news:B296D2F7-3824-4914-BDF3-85847F8027E0(a)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.
|
Pages: 1 Prev: Simple Deploy Question Next: Final Color of cell in DataGridView |