How do I comment SQL in a DB2 passthrough query

J

Jeff Hag

I have a DB2 passthrough query that I would like to
comment and uncomment various portions of the the where
clause. I've tried prefixing with -- and wrapping
with /* xxx */ and neither seem to work.

Anybody know how to do this?
 
J

John Vinson

I have a DB2 passthrough query that I would like to
comment and uncomment various portions of the the where
clause. I've tried prefixing with -- and wrapping
with /* xxx */ and neither seem to work.

Anybody know how to do this?

AFAIK you can't - even a passthrough query gets munged by Access'
query storage, and comments aren't allowed.
 
Top