]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dbtable.cpp
pressing PageDown and then PageUp should return to the same item
[wxWidgets.git] / src / common / dbtable.cpp
index 8588f72fe799309adc9c0a13ff7bf4a39d09fc45..c25f9dc85390459e3444d9dee0f0d0baca7a8e6c 100644 (file)
@@ -411,7 +411,7 @@ bool wxDbTable::bindParams(bool forUpdate)
         return(FALSE);
 
     SWORD   fSqlType    = 0;
-    UDWORD  precision   = 0;
+    SDWORD  precision   = 0;
     SWORD   scale       = 0;
 
     // Bind each column of the table that should be bound