Forum: Java Dec 10th, 2008 |
| Replies: 4 Views: 2,018 public static boolean INSERT(Payment argPayment, Connection con) {
boolean result = false;
Connection mastercon = MyConnection.getMasterConnection();
try {
// ... |
Forum: Java Dec 28th, 2007 |
| Replies: 3 Views: 876 how about you just store it as an integer which when divided by 20 yields your number? |