Hi, i have a problem trying to query my database based on a value in a label.
Here is the code for the query,
Dim myCommand As New SqlCeCommand("Select * from CDRecord where ArtisteName like '%(label4.text)%'", conn)
It shows no errors but during runtime, i get a blank for the results.
Please help me.
Thanks :)