Re: [SQL] Need help with EXECUTE function

2001-04-08 Thread Cedar Cox
Attached is the (I think) corrected version.. If you do like I said and cut the number in half you see fairly quickly why it didn't work. I'm sending yours back so you can easily run a diff to see what I did. Let me know if this (attached "cedars") works. -Cedar On Sat, 7 Apr 2001, Josh Berk

[SQL] Need help with EXECUTE function

2001-04-07 Thread Josh Berkus
Folks (esp Jan, Tom & Michael): I have a search function I'm testing, which uses the EXECUTE function to perform a dynamic set of string comparisons according to whcih criteria the user passes along. Unfortunately, this requires me to triple-nest my quotes and I can't seem to get it right.