posted 23 years ago
Hi there,
this error has been bugging me for quite a while!
This is the error i get
--------------------------------------------------------------
ProcessOrder.java:437: incompatible types
found : int
required: java.sql.ResultSet
rsUpdateProducts = stmtUpdateProducts.executeUpdate("UPDATE s99661251_Products SET qty = qty-" + amount + " WHERE id = '" + productID + "'");
-----------------------------------------------------------------
I was wondering what was wrong with my executeUpdate statement.... found int?
<A HREF="http://www.mmorpgforums.com" TARGET=_blank rel="nofollow">An Online community for Online RPGs!</A>