wiki:WikiStart/Scenario/deposit

Version 3 (modified by 203206, 5 days ago) ( diff )

db3

Депозит

  1. Во панелот, има копче Deposit. Се кликнува копчето и се внесува сума. Таа сума се додава на салдото.
update account set balance=?,email=?,password=?,username=? where id=?
insert into transaction (account_id,amount,currency,timestamp,type) 
values (?,?,?,?,?)

Note: See TracWiki for help on using the wiki.