Access has comments?

Hey guys, I was just wondering what the code is for comments in an Access query. I know sql uses -- for comments, but this doesn't seem to work in Access.

The reason I ask is I'm going thru all db code to make sure there's no possibility of SQL injection anywhere and I need to know what character combinations to watch out for.

Thanks in advance
[379 byte] By [Octavo] at [2007-11-18 18:38:03]
# 1 Re: Access has comments?
Hi
as far as i know there is no comments in access
i tried to find a way do make them but no way.
hspc at 2007-11-9 13:37:23 >
# 2 Re: Access has comments?
Originally posted by Octavo
Hey guys, I was just wondering what the code is for comments in an Access query. I know sql uses -- for comments, but this doesn't seem to work in Access.

The reason I ask is I'm going thru all db code to make sure there's no possibility of SQL injection anywhere and I need to know what character combinations to watch out for.

Thanks in advance

What do you mean by comments?
M Owen at 2007-11-9 13:38:23 >
# 3 Re: Access has comments?
Originally posted by M Owen
What do you mean by comments?

he wants to know if it's possible to comment out a part ofthe sql statement using comments like :
// and /* */ in c++
and
' or REM in vb
or -- in sql server
hspc at 2007-11-9 13:39:21 >