Re: [Tutor] Some help Please

2012-02-15 Thread Alan Gauld
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

Re: [Tutor] Some help Please

2012-02-15 Thread Evert Rol
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

[Tutor] Some help Please

2012-02-15 Thread JOSEPH MARTIN MPALAKA
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