I am trying to do a wildcard search on my page with the following code:
Dim queryString As String = "SELECT [tblX].* FROM [tblX] WHERE ([tblX].[XYZ] like @Search)"
[/blue]
I have tried different variations of syntax, but I can't seem to get the "" in the right place.
Dim queryString As String = "SELECT [tblX].* FROM [tblX] WHERE ([tblX].[XYZ] like @Search)"
[/blue]
I have tried different variations of syntax, but I can't seem to get the "" in the right place.