|
-
Jun 15th, 2003, 11:10 PM
#1
Thread Starter
Hyperactive Member
Last edited by martialdc; Jun 3rd, 2007 at 09:30 PM.
-
Jun 16th, 2003, 02:05 AM
#2
Sleep mode
Re: Login
Originally posted by Bluei2
Attached with this is the Project that I am doing. Please check it..
???
Anyways , If I remember correctly I did something similar with Olecommand obj and dataReader . command obj executes SQL Statement and returns the result to datareader . Then you would have to check datareader if returns true , data is correct then , or false if not correct .
-
Jun 22nd, 2003, 05:32 AM
#3
Thread Starter
Hyperactive Member
How?
What code should I write to do this?
-
Jun 22nd, 2003, 06:30 AM
#4
Frenzied Member
Re: Login
Originally posted by Bluei2
This are the Users and the Password of my Project.
UserName Password
=========================
GouLi a
Volenger 123
Using this code to Log in
'Filter
DataSet11.User.DefaultView.RowFilter = "UserName = '" & TextBox1.Text & "' And Password='" & TextBox2.Text & "'"
If DataSet11.User.Count = 1 Then
Dim aForm As New MDIForm()
aForm.Show()
End If
I have already the correct UserName and Password but I can't log in. Attached with this is the Project that I am doing. Please check it..
Kindly help me to do this? Or any other idea to make my Login more presentable.
Attach the project so we can take a look.
-
Jun 24th, 2003, 07:57 PM
#5
Sleep mode
Originally posted by Bluei2
What code should I write to do this?
In case you couldn't figure it out yet , I posted a demo in the CodeBank Section . The same way I was talking about !
here : http://www.vbforums.com/showthread.p...hreadid=250863
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
|