Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Finding String Variables in SQL


Message #1 by "Stephen Proctor" <steveproctor@c...> on Sun, 30 Sep 2001 21:42:06
I am having trouble finding strings using "=" rather than "LIKE" .



Can this be done by, for example, one of the methods below?



....WHERE Initials=" strIDForChangedRecord



....WHERE Initials=" & strIDForChangedRecord



Or can you only use LIKE to select string variables?



Steve

  Return to Index