Viewing 5 posts - 1 through 5 (of 5 total)
hmmm...don't understand then why it works for any other university or sets of universities, except for this one that contains 'and'.
September 26, 2008 at 8:22 am
no problem...guess I should have been more distinct. Thanks for viewing.
this returns no records:
SELECT TOP 100 PERCENT LastName, FirstName, StaffAppID, Assigned_University
FROM ...
September 26, 2008 at 7:29 am
Well, as I said, I don't get any records returned at all (sqlserver 2000) if I only have one item in the IN statement and that item contains an 'and'....
September 26, 2008 at 7:16 am
Thanks for responding.....it doesn't return any records at all. But if I add another item (that doesn't have the 'and' in the text), it returns records containing both items.
September 26, 2008 at 7:02 am
I found only one issue....I've got a field in my db table that is encrypted for all rows. When I do my 'select' to retrieve data on my webpage...
February 1, 2008 at 7:19 pm
Viewing 5 posts - 1 through 5 (of 5 total)