SQL Substring Select

Status
Not open for further replies.

DekaFlash

Well-known member
Joined
Feb 14, 2006
Messages
117
Programming Experience
1-3
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.

VB.NET:
Dim sql As String = "SELECT * FROM VsrData WHERE RaceTitle=@RaceTitle"

Thanks
 
Status
Not open for further replies.
Back
Top