Hi Russ,

Thanks for th tip on where to splunk for the offending code.

The SQL that is arriving at the sever is in the folowing format:
select foo from bar where foo = %sfooName

The query parser dies at %s with an invalid syntax exception...

The syntax that MS SQL expects:
select foo from bar where foo = @fooName

MS SQL uses the @ sybol for parameter declaration.

When I get in from of my dev machine, I'll post the traceback for
Adrian to look at.

- Rich

Reply via email to