|
-
Oct 23rd, 2002, 03:02 AM
#4
Fanatic Member
Martins solution seems a bit extreme... I wouldn't create a stored procedure for every query you are ever going to run.
Just remeber that all search strings need to be checked for single quotes. This is pretty simple to handle:
sSearchString = Replace(sSearchString,"'","''")
Leather Face is comin...
MCSD
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|