Date: Thursday, January 12, 2006 @ 23:41:10
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: simpletest.c (1.3 -> 1.4)

Removed obsolete SQL_SUCCEEDED for SQLRowCount()


--------------+
 simpletest.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: odbsequoia/src/simpletest.c
diff -u odbsequoia/src/simpletest.c:1.3 odbsequoia/src/simpletest.c:1.4
--- odbsequoia/src/simpletest.c:1.3     Wed Jan 11 17:28:09 2006
+++ odbsequoia/src/simpletest.c Thu Jan 12 23:41:10 2006
@@ -80,8 +80,7 @@
                    SQL_HANDLE_STMT, hstmt);
     
     SQLINTEGER uc = 0;
-    EXEC_AND_DIAGS(SQL_SUCCEEDED (SQLRowCount(hstmt, &uc)),
-                   SQL_HANDLE_STMT, hstmt);
+    EXEC_AND_DIAGS(SQLRowCount(hstmt, &uc), SQL_HANDLE_STMT, hstmt);
 
 
     printf ("%ld rows were updated\n", uc);

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to