<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Courier New, monospace" size="2">
<div>Hi Andy,</div>
<div> </div>
<div>In the vtkMySQLQuery.cxx file, in the Execute() function, after the following line:</div>
<div> </div>
<div>    int result = mysql_query(db, this->Query);</div>
<div> </div>
<div>there is a check to see if the result == 0.  If the result == 0, then there is a comment in the code that says "The query probably succeeded".  If the result is not 0, there is a comment in the code that says "      // result != 0; the query succeeded"</div>
<div> </div>
<div>However, according to</div>
<div><a href="http://dev.mysql.com/doc/refman/5.0/en/mysql-query.html"><font color="#0000FF"><u>http://dev.mysql.com/doc/refman/5.0/en/mysql-query.html</u></font></a> the return value is:</div>
<div> </div>
<div>"Zero if the statement was successful. Nonzero if an error occurred. "</div>
<div> </div>
<div>I was wondering what motivation for the "the query succeeded" comment was, and it looks incorrect according to the dev.mysql.com documentation.</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Matthew Wong</div>
<div> </div>
<div> </div>
</font>
</body>
</html>