Comments

Comments placed within Embedded SQL and C statements must follow one of two conventions.

The Transact-SQL convention is:

/* comments */ 

The ANSI convention is:

-- comments  

Comments placed outside SQL statements must conform to C-programming conventions.