On 15/02/12 14:17, JOSEPH MARTIN MPALAKA wrote:
take an example of updating Bank Accounts,
gaving the following table:
acc_id acc_namestanding_Balance
mn0001 computer 2
cur.execute("UPDATE accounts SET Standing_Amount =
(Standing_Amount + dep) WH
Hi Joseph,
> take an example of updating Bank Accounts,
> gaving the following table:
>
> acc_idacc_namestanding_Balance
> mn0001computer 2
>
> my problem is how can i credit the standing balance from user data,as
> in making a deposi
take an example of updating Bank Accounts,
gaving the following table:
acc_id acc_namestanding_Balance
mn0001 computer 2
my problem is how can i credit the standing balance from user data,as
in making a deposit onto the computer account, using the cod