Archives of the TeradataForum
Message Posted: Thu, 28 Sep 2006 @ 18:57:33 GMT
Subj: | | Re: ODBC and Comments |
|
From: | | Dempsey, Mike |
All versions of SQL Assistant (from the beginning) removed /* */ style comments (until the new/future version 7.2) from all except 'Execute
Parallel' queries and 'complex' statements like Create Macro/Procedure.
All versions since at least 7.0 have removed -- style comments.
You can prevent it from removing comments (in 7.1) by adding a DWORD value 'RemoveComments', with a value of zero, to the Queryman registry
key. (Refer to the appendix of the user guide for more details, and for warnings about why you might not want to do that.)
Mike Dempsey
Teradata Client Tools
|