User ID and Logon for Database

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?
 
M

Mr. Arnold

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top