How can I code sql substring select when the substring i am looking for can be of varying size and location please?
At the moment I am using and I just have to modify it to work with substrings.
Dim sql As String = "SELECT * FROM VsrData WHERE RaceTitle=@RaceTitle"
Thanks