I'm now trying to query the DB but keep getting errors. It seems to be
erroring when passing the ID and it's always around a hyphen in the sring
I'm passing
Eg.
WHERE ID = '24646a31-c088-41da-b93c-32174588da48' errors near a31
WHERE ID = 'f7a9b89a-cbf6-4f40-aafe-7a861214ddcc' errors near f40
WHERE ID = '30328414-3e2a-4244-9163-e0384afe8b5a' errors near a
Can anyone help on this?
Are you supposed to escape the - in some way?
Thanks
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Andrew Banks" <ban...@nojunkblueyonder.co.uk> wrote in message
news:CnPXb.5031$Fk.50...@news-text.cableinet.net...
Your comments made me re-check what I'd done. I had built the sql ok but
missed out the ' and ' either side of the ID I was passing.
I guess we all do it - look at our code that long we miss even the most
obvious of mistakes.
"William (Bill) Vaughn" <billvaRe...@nwlink.com> wrote in message
news:ONHp9JA...@tk2msftngp13.phx.gbl...
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Andrew Banks" <ban...@nojunkblueyonder.co.uk> wrote in message
news:LdRXb.5152$DR.50...@news-text.cableinet.net...