|
-
April 2nd, 2004, 03:01 AM
#1
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
-
April 3rd, 2004, 02:22 AM
#2
Hi
as far as i know there is no comments in access
i tried to find a way do make them but no way.
-
April 6th, 2004, 07:32 AM
#3
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?
-
April 6th, 2004, 11:59 AM
#4
Re: 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|