I have a client server application in VB.NET. I have a table named login_details, column names Password and Username. I have two variables that are sent from the server called UsName and PWord.
Im having trouble with the Syntax for the query.
Psuedocode:
Select Password from login_details where Username = UsName
Can anyone write the correct query for this in VB? Everything I've tried so far has returned an error or nothing at all.
I'd appreciate any help.
Thanks
Im having trouble with the Syntax for the query.
Psuedocode:
Select Password from login_details where Username = UsName
Can anyone write the correct query for this in VB? Everything I've tried so far has returned an error or nothing at all.
I'd appreciate any help.
Thanks
Comment