View Single Post
Join Date: Feb 2008
Posts: 20
Reputation: sal21 is an unknown quantity at this point 
Solved Threads: 0
sal21 sal21 is offline Offline
Newbie Poster

fast d method ADO sql Express

 
0
  #1
Nov 17th, 2008
I use the tipical conn in ado to connect on sql.
MY prob is to find fast a string in a field (have 165.876) record.
With this condition:

Is the string is found in field then
call sub1
else
call sub2
end if
Reply With Quote