Nick
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0 |
|
Stripping of MySQL only comments
|
|
Posted: 2005/06/22 07:09 |
|
|
|
|
In testing out AnyDAC 1.10 with MySQL, I found that AnyDAC will treat "/*![nnn] ... */" as a comment, instead of a special SQL for MYSQL only. If parameters are included within the special comments, these parameters are not included in the ParamByName, etc, properties.
Section "9.5. Comment Syntax" in the MySQL documentation (http://dev.mysql.com/doc/mysql/en/comments.html) explains about theses type of comments, while section "1.7.4. MySQL Extensions to Standard SQL" has examples how these comments can be used.
|
|