how to use values from my database, as values for my variables. i have table named Rates and containing fields PerMinute and Amount
how can i get the specific values from the fields example PerMinute 10 = Amount 20
and i have a condition
if Minute = 10 then
amountTopay.text= Amount in database
im quite new in database hope you can help me
thanks in advance
how can i get the specific values from the fields example PerMinute 10 = Amount 20
and i have a condition
if Minute = 10 then
amountTopay.text= Amount in database
im quite new in database hope you can help me
thanks in advance