query check field which has a _
C#
6
Posts
3
Posters
0
Views
1
Watching
-
You could try and use the IsPunctuation method to check for a '_'.
Cheers :)
-
Read the documentation[^] under the section 'Using Wildcards as Literals'.
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush
-
You could try and use the IsPunctuation method to check for a '_'.
Cheers :)
-
hi i need it to work when running it in c# e.g. string test0002 = "Select room_code from room_types where room_code like '_'"; but this doesnt work it seems to only look for a field called _ not containing this character?? any suggestions? cheers