Join 150,097 VB.NET Programmers for FREE! Get instant access to thousands of VB.NET experts, tutorials, code snippets, and more! There are 1,829 people online right now. Registration is fast and FREE... Join Now!
I hava write an oledbCommand which is Dim cmd As New OleDbCommand("select * from Table1 where UserName='"&Textbox1.text&"' and Password='"&Textbox2.text&" ' ",con)
Its shows some error in thi line please correct it