Database Authentication

  • Thread starter Thread starter Cindy
  • Start date Start date
C

Cindy

Does anyone have a link to some **database** (SQL Server)
username/password authentication in **VB** that I can use for my
project?

Thanks.

Cindy
 
SQL Server has its own security rules. Your applications (in VB, or other
lang.) simply follow those rules. Basically, you only need to choose to use
"UserName/Password" pair on the connectionString (SQL Server security) or
not to use(Windows security). You need to study SQL Server to undestand how
security is handled in SQL Server, not VB.
 
See my "second send" of the same thread. I know how to connect to SQL
Server. I am looking for some piece of code that will send the user to
a login/registration page at will, before being allowed to enter a
particular page. Why is this so difficult?
 

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

Back
Top