Finish Display the Transaction Record
31.03.05
Objective:
Update the transaction record table (P1)
Modify the Exchange.java (P2)
Modify the layout so that the not-registered foreign account won;t display to the client.(P3)
Change the exchange.html to transactionServlet --> provide a dynamic display information to the client.(P4)
13.17
Modifying the Exchange servlet --> update the record in the transaction table.
13.25
CS mail server : smtp.cs.cityu.edu.hk
16.20
Forget. All the transaction should be record, not updated!
17.10
Modify : remember to add the convert
strSQL = "Insert into trans_record values('"+tsTransaction.toString()+"','"+strRate+"','"+strForeignAcc+"',Convert(money,'"+strForeignAmount+"'),'"+charTransType+"',Convert(money,'"+strHKAmount+"'),'"+strUserId+"')";
17.45
Finish the implementation of the Transaction
01.04.05
22.00 Finish the Display of Transaction record.
0 Comments:
Post a Comment
<< Home