|
-
Sep 25th, 2000, 04:18 PM
#1
Thread Starter
Hyperactive Member
I am trying to create an application that uses the SQL users and password logins and validate them in VB so that I can enable and disable various commands/buttons and also give out a message box if the username or password entered by the user is invalid. Is there a way I can authenticate the username and password in the application without using a stored procedure. I hope this request is not confusing.
This is what I have so far:
cn.Open "PROVIDER=MSDASQL;dsn=QCManager;uid=" & txtuName.Text & ";pwd=" & txtPword.Text & ";database=QCManager;"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|