I am a new runner database project which using C# and MS. Access.
How can I retrive data from db if I use one textbox for a criteria?
For example(
VB.6)
strSql = "Select * From tbl_db Where dbUser = '" & txtUser.Text & "'"
If rst.recordset > 0 Then
MessageBox ("Testing")
End if
Regards,
Just another step straight into coding.