Click here to Skip to main content
16,008,469 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help with PostMessage Pin
KarstenK18-Aug-08 2:41
mveKarstenK18-Aug-08 2:41 
GeneralRe: Help with PostMessage Pin
PeterRod18-Aug-08 8:38
PeterRod18-Aug-08 8:38 
QuestionAccess Database and VB.net Pin
Rhoden17-Aug-08 14:18
Rhoden17-Aug-08 14:18 
AnswerRe: Access Database and VB.net Pin
Mycroft Holmes17-Aug-08 14:57
professionalMycroft Holmes17-Aug-08 14:57 
GeneralRe: Access Database and VB.net Pin
Rhoden18-Aug-08 5:49
Rhoden18-Aug-08 5:49 
GeneralRe: Access Database and VB.net Pin
Rhoden18-Aug-08 5:56
Rhoden18-Aug-08 5:56 
GeneralRe: Access Database and VB.net Pin
Mycroft Holmes18-Aug-08 12:27
professionalMycroft Holmes18-Aug-08 12:27 
Questionalternative of recordset in vb.net Pin
lahsiv17-Aug-08 4:56
lahsiv17-Aug-08 4:56 
Hi,

I have one application in vb6.I want to convert it in vb.net.I have been trying alot to use recordset but giving error like arguments are of wrong type,are of out range or conflict with one another.What i do?

code:
If rs1.State = 1 Then rs1.Close()

rs1.Open("select * from UserTable where User_Id ='" & Trim(TextBox1.Text) & "' and User_Password='" & Trim(TextBox2.Text) & "'")
If rs1.EOF = True Then
MsgBox(" Password is not correct, check again .....?", vbCritical + vbOKOnly, "")
i = i + 1
If i = 3 Then
MsgBox("Sorry, you have lost your time.....", MsgBoxStyle.Exclamation)
Application.Exit()
End If
Else

MDIParent1.Show()
Me.Hide()
End If
AnswerRe: alternative of recordset in vb.net Pin
Colin Angus Mackay17-Aug-08 5:38
Colin Angus Mackay17-Aug-08 5:38 
GeneralRe: alternative of recordset in vb.net Pin
lahsiv17-Aug-08 6:49
lahsiv17-Aug-08 6:49 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay17-Aug-08 13:02
Colin Angus Mackay17-Aug-08 13:02 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes17-Aug-08 14:13
professionalMycroft Holmes17-Aug-08 14:13 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay18-Aug-08 7:10
Colin Angus Mackay18-Aug-08 7:10 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 14:07
professionalMycroft Holmes18-Aug-08 14:07 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay18-Aug-08 21:04
Colin Angus Mackay18-Aug-08 21:04 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 21:14
professionalMycroft Holmes18-Aug-08 21:14 
GeneralRe: alternative of recordset in vb.net Pin
Colin Angus Mackay18-Aug-08 21:32
Colin Angus Mackay18-Aug-08 21:32 
AnswerRe: alternative of recordset in vb.net Pin
Parwej Ahamad17-Aug-08 5:40
professionalParwej Ahamad17-Aug-08 5:40 
GeneralRe: alternative of recordset in vb.net Pin
lahsiv17-Aug-08 6:44
lahsiv17-Aug-08 6:44 
AnswerRe: alternative of recordset in vb.net [modified] Pin
supercat918-Aug-08 9:43
supercat918-Aug-08 9:43 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 12:32
professionalMycroft Holmes18-Aug-08 12:32 
GeneralRe: alternative of recordset in vb.net Pin
supercat918-Aug-08 12:37
supercat918-Aug-08 12:37 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes18-Aug-08 14:04
professionalMycroft Holmes18-Aug-08 14:04 
GeneralRe: alternative of recordset in vb.net Pin
supercat919-Aug-08 6:32
supercat919-Aug-08 6:32 
GeneralRe: alternative of recordset in vb.net Pin
Mycroft Holmes19-Aug-08 12:03
professionalMycroft Holmes19-Aug-08 12:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.